Messages in this thread |  | | Date | Fri, 9 Feb 2018 10:12:31 -0700 | From | Keith Busch <> | Subject | Re: [PATCH V2 0/6]nvme-pci: fixes on nvme_timeout and nvme_dev_disable |
| |
On Fri, Feb 09, 2018 at 09:50:58AM +0800, jianchao.wang wrote: > > if we set NVME_REQ_CANCELLED and return BLK_EH_HANDLED as the RESETTING case, > nvme_reset_work will hang forever, because no one could complete the entered requests.
Except it's no longer in the "RESETTING" case since you added the "CONNECTING" state, so that's already broken for other reasons...
|  |