]> git.baikalelectronics.ru Git - kernel.git/commit
blk-mq: introduce blk_mq_unquiesce_queue
authorMing Lei <ming.lei@redhat.com>
Tue, 6 Jun 2017 15:22:03 +0000 (23:22 +0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 18 Jun 2017 20:20:04 +0000 (14:20 -0600)
commit81b1a2bc784c2603422ef2a619ea4c8e9e7d27a7
tree7569770cf51a79c6b55390958f7bef3182287863
parent138fd4f111ddee2b41da4871368a819523fad797
blk-mq: introduce blk_mq_unquiesce_queue

blk_mq_start_stopped_hw_queues() is used implictly
as counterpart of blk_mq_quiesce_queue() for unquiescing queue,
so we introduce blk_mq_unquiesce_queue() and make it
as counterpart of blk_mq_quiesce_queue() explicitly.

This function is for improving the current quiescing mechanism
in the following patches.

Reviewed-by: Bart Van Assche <Bart.VanAssche@sandisk.com>
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c
include/linux/blk-mq.h