]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc02316d06218888afda9805c2210a7dbec00c835
tree71028702d3d6affdc6af86db8528608de326ae32
parentd82643fbe0bd84bba19caf31370fa63572ffda40
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