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:
fba8227
)
[PATCH 2/2] cfq: fix cic's rbtree traversal
author
OGAWA Hirofumi
<hirofumi@mail.parknet.co.jp>
Tue, 18 Apr 2006 07:45:18 +0000
(09:45 +0200)
committer
Jens Axboe
<axboe@suse.de>
Tue, 18 Apr 2006 07:45:18 +0000
(09:45 +0200)
When queue dies, we set cic->key=NULL as dead mark. So, when we
traverse a rbtree, we must check whether it's still valid key. if it
was invalidated, drop it, then restart the traversal from top.
Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Jens Axboe <axboe@suse.de>
block/cfq-iosched.c
patch
|
blob
|
history
diff --cc
block/cfq-iosched.c
Simple merge