]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/affs/file.c: remove unnecessary function parameters
authorFabian Frederick <fabf@skynet.be>
Sat, 17 May 2014 13:19:03 +0000 (23:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Sat, 17 May 2014 13:19:03 +0000 (23:19 +1000)
commit0b99f0a598307744d2af7b18af2cf23477983d2f
tree532d6b6ba41906f151d6d3e2ce2ac4e97f992cdf
parentb6c050f37b8a8a2f17ce971bf7970b5ec6d21747
fs/affs/file.c: remove unnecessary function parameters

- affs_do_readpage_ofs is always called with from = 0 ie reading from
  page->index

- File parameter is never used

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/affs/file.c