commit | 9c2bb2577d81b1a09f7e342e947986e55cad18e3 | [log] [tgz] |
---|---|---|
author | James Smart <james.smart@broadcom.com> | Fri Oct 23 15:27:50 2020 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Tue Oct 27 10:01:39 2020 +0100 |
tree | 206cbb1cd755ed04f462d934d21e2183873975b1 | |
parent | caf1cbe3677576ef860f7bbba9074d0e6a0bcabb [diff] |
nvme-fc: remove err_work work item err_work was created to handle errors (mainly I/O timeouts) while in CONNECTING state. The flag for err_work_active is also unneeded. Remove err_work_active and err_work. The actions to abort I/Os are moved inline to nvme_error_recovery(). Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Christoph Hellwig <hch@lst.de>