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:
98bc1f2
)
blk-mq: refactor request insertion/merging
author
Jens Axboe
<axboe@fb.com>
Wed, 30 Apr 2014 19:43:56 +0000
(13:43 -0600)
committer
Jens Axboe
<axboe@fb.com>
Wed, 30 Apr 2014 19:43:56 +0000
(13:43 -0600)
Refactor the logic around adding a new bio to a software queue,
so we nest the ctx->lock where we really need it (merge and
insertion) and don't hold it when we don't (init and IO start
accounting).
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-mq.c
patch
|
blob
|
history
diff --cc
block/blk-mq.c
Simple merge