]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/affs/file.c: remove unnecessary function parameters
authorFabian Frederick <fabf@skynet.be>
Thu, 22 May 2014 00:44:12 +0000 (10:44 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 22 May 2014 00:44:12 +0000 (10:44 +1000)
commita0cc1aaa59f3f1fccd4df24eba7a7019f91f7448
tree27c79301265b801797443aa833bb40a96cbf2c9b
parentcd4d4280cb1db2a96c679bd464538e0c380d6341
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