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>
Wed, 27 Sep 2017 19:52:50 +0000 (13:52 -0600)
commit3443ed5444f79c490e03abf3ab533427e3bfe090
tree2158ccd2cb7ee2564b9873e3f6d432407d773812
parent33f71877d5b4b89bbd60fc764124fc0e699c1c07
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.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/fs-writeback.c