From: Christoph Hellwig Date: Mon, 18 Apr 2011 09:41:33 +0000 (+0200) Subject: block: add blk_run_queue_async X-Git-Tag: v2.6.39-rc4~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ecfbe27f65563909b14492afda2f1c21f7c044;p=pandora-kernel.git block: add blk_run_queue_async Instead of overloading __blk_run_queue to force an offload to kblockd add a new blk_run_queue_async helper to do it explicitly. I've kept the blk_queue_stopped check for now, but I suspect it's not needed as the check we do when the workqueue items runs should be enough. Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- Reading git-diff-tree failed