]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()
authorYan Hong <clouds.yan@gmail.com>
Fri, 28 Sep 2012 00:19:59 +0000 (10:19 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:49:38 +0000 (16:49 +1000)
commit9086f6ebab3810bd6a80f73e4ec0e749c81fd5b9
tree0bc9f7e33bee7385d55689fbcaff686eab82f193
parent3845b93d2c45c80f399d008190f36fe8c6b1909a
fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode()

The parameter 'wb' is never used in this function.

Signed-off-by: Yan Hong <clouds.yan@gmail.com>
Acked-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fs-writeback.c