84aedbc020e283df6c176c22 parent 298d80152c895859bd128552db7a5b228e8a23f7 author Ed Cashin 1352420235 -0500 committer Jens Axboe 1353677575 +0100 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 Signed-off-by: Jens Axboe : Ø6“"x