]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitd31cd9d326f216fca9a602dddac254f668f5dcd6
tree41b05d1025d2a4b6027ff467215f59de524e7833
parent9ba4b2dfafaa711b41cc2102b0e9a529f3981218
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