commit | 24ecfbe27f65563909b14492afda2f1c21f7c044 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Apr 18 11:41:33 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Mon Apr 18 11:41:33 2011 +0200 |
tree | a7e51d903c400d0925f87be5f3069a5a44e0af24 | |
parent | 4521cc4ed5173f92714f6999a69910c3385fed68 [diff] |
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 <hch@lst.de> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>