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>
Showing
想要评论请 注册 或 登录
Just use schedule_timeout_interruptible(), saves a call to
set_current_state().
Signed-off-by: NJens Axboe <jens.axboe@oracle.com>