Skip to content
Commit 11cfb6ff authored by Ed L. Cashin's avatar Ed L. Cashin Committed by Jens Axboe
Browse files

aoe: avoid running request handler on plugged queue



Calling the request handler directly on a plugged queue defeats
the performance improvements provided by the plugging mechanism.
Use the __blk_run_queue function instead of calling the request
handler directly, so that we don't interfere with the block
layer's ability to plug the queue.

Signed-off-by: default avatarEd Cashin <ecashin@coraid.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 298d8015
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