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:
88b996c
)
block: only force kblockd unplugging from the schedule() path
author
Jens Axboe
<jaxboe@fusionio.com>
Fri, 15 Apr 2011 13:49:07 +0000
(15:49 +0200)
committer
Jens Axboe
<jaxboe@fusionio.com>
Fri, 15 Apr 2011 13:49:07 +0000
(15:49 +0200)
For the explicit unplugging, we'd prefer to kick things off
immediately and not pay the penalty of the latency to switch
to kblockd. So let blk_finish_plug() do the run inline, while
the implicit-on-schedule-out unplug will punt to kblockd.
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
No differences found