linux/drivers/block/aoe
Ed Cashin 11cfb6ff73 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>
2012-11-23 14:32:55 +01:00
..
Makefile drivers/block/aoe/Makefile: replace the use of <module>-objs with <module>-y 2011-01-19 08:25:02 -07:00
aoe.h aoe: update aoe-internal version number to 50 2012-10-06 03:05:30 +09:00
aoeblk.c aoe: support more AoE addresses with dynamic block device minor numbers 2012-10-06 03:05:28 +09:00
aoechr.c aoe: support more AoE addresses with dynamic block device minor numbers 2012-10-06 03:05:28 +09:00
aoecmd.c aoe: avoid running request handler on plugged queue 2012-11-23 14:32:55 +01:00
aoedev.c aoe: make dynamic block minor numbers the default 2012-10-06 03:05:29 +09:00
aoemain.c aoe: update copyright year in touched files 2012-10-06 03:05:28 +09:00
aoenet.c aoe: update copyright year in touched files 2012-10-06 03:05:28 +09:00