Skip to content
Commit f6603783 authored by Jens Axboe's avatar Jens Axboe
Browse files

block: only force kblockd unplugging from the schedule() path



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: default avatarJens Axboe <jaxboe@fusionio.com>
parent 88b996cd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment