mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-29 18:00:18 +00:00
qla2x00t-32gbit: Fix stuck session of PRLI reject
Remove stale recovery code that prevents normal path recovery. Link: https://lore.kernel.org/r/20220310092604.22950-11-njavali@marvell.com Fixes: 1cbc0efcd9be ("scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSY") Cc: stable@vger.kernel.org Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: Quinn Tran <qutran@marvell.com> Signed-off-by: Nilesh Javali <njavali@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> [ commit f3502e2e98a9 upstream ]
This commit is contained in:
@@ -2105,13 +2105,6 @@ qla24xx_handle_prli_done_event(struct scsi_qla_host *vha, struct event_arg *ea)
|
||||
qla24xx_post_gpdb_work(vha, ea->fcport, 0);
|
||||
break;
|
||||
default:
|
||||
if ((ea->iop[0] == LSC_SCODE_ELS_REJECT) &&
|
||||
(ea->iop[1] == 0x50000)) { /* reson 5=busy expl:0x0 */
|
||||
set_bit(RELOGIN_NEEDED, &vha->dpc_flags);
|
||||
ea->fcport->fw_login_state = DSC_LS_PLOGI_COMP;
|
||||
break;
|
||||
}
|
||||
|
||||
sp = ea->sp;
|
||||
ql_dbg(ql_dbg_disc, vha, 0x2118,
|
||||
"%s %d %8phC priority %s, fc4type %x prev try %s\n",
|
||||
|
||||
Reference in New Issue
Block a user