]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - fs/sync.c
fs: kill 'nr_pages' argument from wakeup_flusher_threads()
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Sep 2017 14:58:25 +0000 (08:58 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Oct 2017 14:38:17 +0000 (08:38 -0600)
commit9ba4b2dfafaa711b41cc2102b0e9a529f3981218
tree71028702d3d6affdc6af86db8528608de326ae32
parentbc48f001de12225b6430a243504aa60b5ae8a91a
fs: kill 'nr_pages' argument from wakeup_flusher_threads()

Everybody is passing in 0 now, let's get rid of the argument.

Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/fs-writeback.c
fs/sync.c
include/linux/writeback.h
mm/vmscan.c