]> git.baikalelectronics.ru Git - kernel.git/commit
writeback: switch wakeup_flusher_threads() to cyclic writeback
authorJens Axboe <axboe@kernel.dk>
Wed, 27 Sep 2017 19:28:18 +0000 (13:28 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Oct 2017 14:38:17 +0000 (08:38 -0600)
commita12298b59d7b4125279c3fcaa34876dbf8de2ffd
tree41b05d1025d2a4b6027ff467215f59de524e7833
parentc02316d06218888afda9805c2210a7dbec00c835
writeback: switch wakeup_flusher_threads() to cyclic writeback

We're writing back the full range of dirty pages on the devices,
there's no point in making this special and not do normal range
cyclic writeback.

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/fs-writeback.c