Re: [PATCH v4 05/11] blk-mq: use the introduced blk_mq_unquiesce_queue()

2017-06-05 Thread Bart Van Assche
On Mon, 2017-06-05 at 23:59 +0800, Ming Lei wrote: > blk_mq_unquiesce_queue() is used for unquiescing the > queue explicitly, so replace blk_mq_start_stopped_hw_queues() > with it. Reviewed-by: Bart Van Assche

[PATCH v4 05/11] blk-mq: use the introduced blk_mq_unquiesce_queue()

2017-06-05 Thread Ming Lei
blk_mq_unquiesce_queue() is used for unquiescing the queue explicitly, so replace blk_mq_start_stopped_hw_queues() with it. For the scsi part, this patch takes Bart's suggestion to switch to block quiesce/unquiesce API completely. Cc: linux-n...@lists.infradead.org Cc: linux-s...@vger.kernel.org