commit | 3542a5c0de3d5b33227214a692bf9b12e249078e | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Thu Sep 17 19:56:01 2009 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Mon Sep 21 15:40:33 2009 +0200 |
tree | 6119bd49d7bbd149b7b6c14eeb60222ff2072bf0 | |
parent | 92f25053c0189f8d2887f837d3936cdca1cdf730 [diff] |
writeback: don't use schedule_timeout() without setting runstate Just use schedule_timeout_interruptible(), saves a call to set_current_state(). Signed-off-by: Jens Axboe <jens.axboe@oracle.com>