writeback: don't use schedule_timeout() without setting runstate
authorJens Axboe <jens.axboe@oracle.com>
Thu, 17 Sep 2009 17:56:01 +0000 (19:56 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 21 Sep 2009 13:40:33 +0000 (15:40 +0200)
Just use schedule_timeout_interruptible(), saves a call to
set_current_state().

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found