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:
72ea1f7
)
block/nbd: micro-optimization in nbd request completion
author
Chetan Loke
<loke.chetan@gmail.com>
Tue, 31 Jul 2012 06:47:13 +0000
(08:47 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 31 Jul 2012 06:47:13 +0000
(08:47 +0200)
Add in-flight cmds to the tail. That way while searching
(during request completion),we will always get a hit on the
first element.
Signed-off-by: Chetan Loke <loke.chetan@gmail.com>
Acked-by: Paul.Clements@steeleye.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
No differences found