Re: [PATCH V5 0/2] nvme-pci: fix the timeout case when reset is ongoing

From: Keith Busch
Date: Fri Jan 19 2018 - 21:09:10 EST


On Fri, Jan 19, 2018 at 09:56:48PM +0800, jianchao.wang wrote:
> In nvme_dev_disable, the outstanding requests will be requeued finally.
> I'm afraid the requests requeued on the q->requeue_list will be blocked until another requeue
> occurs, if we cancel the requeue work before it get scheduled.

We should kick the request list in nvme_start_queues.