diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-11-08 19:17:15 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2012-11-23 14:32:55 +0100 |
commit | 11cfb6ff736dc89b0447b8902d6912692303f6af (patch) | |
tree | 88f19564809c6f0e84aedbc020e283df6c176c22 /block/blk-exec.c | |
parent | 298d80152c895859bd128552db7a5b228e8a23f7 (diff) | |
download | lwn-11cfb6ff736dc89b0447b8902d6912692303f6af.tar.gz lwn-11cfb6ff736dc89b0447b8902d6912692303f6af.zip |
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: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-exec.c')
0 files changed, 0 insertions, 0 deletions