Re: [PATCH v2 4/8] blk-mq: fix blk_mq_quiesce_queue
From: Bart Van Assche <hidden>
Date: 2017-05-30 19:23:41
From: Bart Van Assche <hidden>
Date: 2017-05-30 19:23:41
On Sun, 2017-05-28 at 18:44 +0800, Ming Lei wrote:
First it is really a fix, and then a improvement, so could you tell me where is wrong with the title and the description?
Hello Ming, Can you explain me why you want to keep the=A0blk_mq_stop_hw_queues() call = in nvme_suspend_queue()? Since immediately after that call the NVMe driver sta= rts freeing resources, shouldn't that call be changed into a call of blk_mq_quiesce_queue()? I think the same comment also applies to the blk_mq_stop_hw_queues() calls in nvme_rdma_error_recovery_work() and nvme_rdma_shutdown_ctrl(). Bart.=