diff options
author | James Smart <jsmart2021@gmail.com> | 2018-06-26 08:24:25 -0700 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2018-07-10 22:15:09 -0400 |
commit | 68c9b55deea51151d9da3d45ecc9a5ef72f9dfb1 (patch) | |
tree | 2cc8e7734d3b083b99c6ca0f51c385c8b286eb24 /drivers/net | |
parent | d580c6137476ab307a66e278cf7dbc666230f714 (diff) | |
download | linux-68c9b55deea51151d9da3d45ecc9a5ef72f9dfb1.tar.gz linux-68c9b55deea51151d9da3d45ecc9a5ef72f9dfb1.tar.bz2 linux-68c9b55deea51151d9da3d45ecc9a5ef72f9dfb1.zip |
scsi: lpfc: Fix abort error path for NVMET
rmmod of driver hangs
As driver instances were being unloaded, the NVME target port was unloaded
first. During the unload, the NVME initiator port sent a heartbeat
IO. Because of the target port state, that IO was scheduled for an Abort;
however, that abort subsequently failed. The failure was not cleaned up
properly and lpfc_sli4_xri_exchange_busy_wait silently hung forever.
Clean failed abort properly and make lpfc_sli4_xri_exchange_busy_wait not
hangs silently while waiting for aborts to complete.
Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com>
Signed-off-by: James Smart <james.smart@broadcom.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions