commit | f04c1fe7619b2a60ee9e209cf3f9fcba2ce8f2a2 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Thu Dec 26 21:31:36 2013 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 31 09:53:05 2013 -0700 |
tree | 3b5dbe682ca8cd87b466104457d3a25d0f431d2b | |
parent | 43a5e4e21964a6efb4d14a34644ec7109d0ae891 [diff] |
block: blk-mq: make blk_sync_queue support mq This patch moves synchronization on mq->delay_work from blk_mq_free_queue() to blk_sync_queue(), so that blk_sync_queue can work on mq. Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>