commit | d0e1d66b5aa1ec9f556f951aa9a114cc192cd01c | [log] [tgz] |
---|---|---|
author | Namjae Jeon <[email protected]> | Tue Dec 11 16:00:21 2012 -0800 |
committer | Linus Torvalds <[email protected]> | Tue Dec 11 17:22:21 2012 -0800 |
tree | 3c3d9d8a1575a5fff0233d70951ed7d94c9a1e7e | |
parent | b58ed041a360ed051fab17e4d9b0f451c6fedba7 [diff] |
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 <[email protected]> Signed-off-by: Vivek Trivedi <[email protected]> Cc: Wu Fengguang <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>