]> 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>
Wed, 31 Oct 2012 05:49:44 +0000 (16:49 +1100)
commita64a71ba44d3729c20e9b71dc72c3ea2a9f12e73
tree1590bd9d5ccd7c87bb5b98d87160ce3e920e9bcf
parent5cdcaaceb35511fcb733503b43cbc25dad05173f
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