From: Ed Cashin Date: Fri, 9 Nov 2012 00:17:15 +0000 (-0500) Subject: aoe: avoid running request handler on plugged queue X-Git-Tag: v3.7-rc7~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11cfb6ff736dc89b0447b8902d6912692303f6af;p=pandora-kernel.git 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 --- Reading git-diff-tree failed