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:
c2cc49a
)
Fix congestion_wait() sync/async vs read/write confusion
author
Jens Axboe
<jens.axboe@oracle.com>
Thu, 9 Jul 2009 12:52:32 +0000
(14:52 +0200)
committer
Jens Axboe
<axboe@carl.(none)>
Fri, 10 Jul 2009 18:31:53 +0000
(20:31 +0200)
Commit
1faa16d22877f4839bd433547d770c676d1d964c
accidentally broke
the bdi congestion wait queue logic, causing us to wait on congestion
for WRITE (== 1) when we really wanted BLK_RW_ASYNC (== 0) instead.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found