Skip to content

Commit 8d8723c

Browse files
James Smartgregkh
authored andcommitted
scsi: lpfc: Correct issue leading to oops during link reset
[ Upstream commit e6c6acc0e0223ddaf867628d420ee196349c6fae ] Correct issue leading to oops during link reset. Missing vport pointer. [mkp: fixed typo] Signed-off-by: Dick Kennedy <dick.kennedy@broadcom.com> Signed-off-by: James Smart <james.smart@broadcom.com> Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 44eb947 commit 8d8723c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/scsi/lpfc/lpfc_sli.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9807,6 +9807,7 @@ lpfc_sli_abort_iotag_issue(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
98079807
iabt->ulpCommand = CMD_CLOSE_XRI_CN;
98089808

98099809
abtsiocbp->iocb_cmpl = lpfc_sli_abort_els_cmpl;
9810+
abtsiocbp->vport = vport;
98109811

98119812
lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
98129813
"0339 Abort xri x%x, original iotag x%x, "

0 commit comments

Comments
 (0)