提交 3542a5c0 编写于 作者: J Jens Axboe

writeback: don't use schedule_timeout() without setting runstate

Just use schedule_timeout_interruptible(), saves a call to
set_current_state().
Signed-off-by: NJens Axboe <jens.axboe@oracle.com>
上级 92f25053
......@@ -561,7 +561,7 @@ static void balance_dirty_pages(struct address_space *mapping)
if (pages_written >= write_chunk)
break; /* We've done our duty */
schedule_timeout(1);
schedule_timeout_interruptible(1);
}
if (bdi_nr_reclaimable + bdi_nr_writeback < bdi_thresh &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册