diff options
author | James Smart <james.smart@broadcom.com> | 2020-10-23 15:27:51 -0700 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2020-10-27 10:02:08 +0100 |
commit | 95ced8a2c72dd48167adc4981c3c465c491f2f02 (patch) | |
tree | 4747e6c237c3bd3d2ac4ec6c81d7763f97b0dcea /drivers/mfd | |
parent | 9c2bb2577d81b1a09f7e342e947986e55cad18e3 (diff) |
nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
nvme_fc_error_recovery() special cases handling when in CONNECTING state
and calls __nvme_fc_terminate_io(). __nvme_fc_terminate_io() itself
special cases CONNECTING state and calls the routine to abort outstanding
ios.
Simplify the sequence by putting the call to abort outstanding I/Os
directly in nvme_fc_error_recovery.
Move the location of __nvme_fc_abort_outstanding_ios(), and
nvme_fc_terminate_exchange() which is called by it, to avoid adding
function prototypes for nvme_fc_error_recovery().
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/mfd')
0 files changed, 0 insertions, 0 deletions