Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
writeback: disable periodic old data writeback for !dirty_writeback_c…
…entisecs Prior to 2.6.32, setting /proc/sys/vm/dirty_writeback_centisecs disabled periodic dirty writeback from kupdate. This got broken and now causes excessive sys CPU usage if set to zero, as we'll keep beating on schedule(). Cc: stable@kernel.org Reported-by: Justin Maggard <jmaggard10@gmail.com> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
- Loading branch information