Re: [PATCH v2 1/3] nvme: use blk_mq_start_hw_queues() in nvme_kill_queues()
From: Christoph Hellwig <hch@lst.de>
Date: 2017-05-22 12:51:40
Also in:
linux-nvme, stable
From: Christoph Hellwig <hch@lst.de>
Date: 2017-05-22 12:51:40
Also in:
linux-nvme, stable
On Mon, May 22, 2017 at 09:35:58AM +0800, Ming Lei wrote:
In theory, it should be OK to stop and start queues again before the final removal, so how about the following: * Note: We must make sure to not put the queues into being stopped forever from now until the final removal.
Maybe: * Note that we must ensure the queues are not stopped * when the final removal happens. ?