git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8a355
)
writeback: bdi_writeback_task() must set task state before calling schedule()
author
Jens Axboe
<jens.axboe@oracle.com>
Tue, 18 May 2010 12:31:45 +0000
(14:31 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 21 May 2010 18:00:25 +0000
(20:00 +0200)
Calling schedule without setting the task state to non-running will
return immediately, so ensure that we set it properly and check our
sleep conditions after doing so.
This is a fixup for commit
69b62d01
.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found