Skip to content
Commit 6423104b authored by Jens Axboe's avatar Jens Axboe
Browse files

writeback: fixups for !dirty_writeback_centisecs

Commit 69b62d01

 fixed up most of the places where we would enter
busy schedule() spins when disabling the periodic background
writeback. This fixes up the sb timer so that it doesn't get
hammered on with the delay disabled, and ensures that it gets
rearmed if needed when /proc/sys/vm/dirty_writeback_centisecs
gets modified.

bdi_forker_task() also needs to check for !dirty_writeback_centisecs
and use schedule() appropriately, fix that up too.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent f9eadbbd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment