]> git.karo-electronics.de Git - karo-tx-linux.git/commit
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()
authorNamjae Jeon <linkinjeon@gmail.com>
Thu, 25 Oct 2012 01:14:46 +0000 (12:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 29 Oct 2012 03:17:19 +0000 (14:17 +1100)
commit059d5ea158972253d260d9afac28588fc2ff18e2
tree7425f064d4bbcad0522ee79d94fbc4ca194e11ac
parentfdb3a7883867e010b2762251f271404e650dd497
writeback: remove nr_pages_dirtied arg from balance_dirty_pages_ratelimited_nr()

There is no reason to pass the nr_pages_dirtied argument, because
nr_pages_dirtied value from the caller is unused in
balance_dirty_pages_ratelimited_nr().

Signed-off-by: Namjae Jeon <linkinjeon@gmail.com>
Signed-off-by: Vivek Trivedi <vtrivedi018@gmail.com>
Cc: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/btrfs/disk-io.c
fs/btrfs/file.c
fs/btrfs/ioctl.c
fs/ocfs2/file.c
fs/splice.c
include/linux/writeback.h
mm/page-writeback.c