commit | 43a5e4e21964a6efb4d14a34644ec7109d0ae891 | [log] [tgz] |
---|---|---|
author | Ming Lei <tom.leiming@gmail.com> | Thu Dec 26 21:31:35 2013 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 31 09:53:05 2013 -0700 |
tree | 9ff635ec990583c0877d4056841d35e6018825a1 | |
parent | b28bc9b38c52f63f43e3fd875af982f2240a2859 [diff] |
block: blk-mq: support draining mq queue blk_mq_drain_queue() is introduced so that we can drain mq queue inside blk_cleanup_queue(). Also don't accept new requests any more if queue is marked as dying. Cc: Jens Axboe <axboe@kernel.dk> Signed-off-by: Ming Lei <tom.leiming@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>