Message ID | 20200327060208.17104-3-skashyap@marvell.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | c6e085c8813300cae73553bc276dbff015c1b0de |
Headers | show |
Series | libfc: Move to PLOGI state on RJT and retry exhaustion. | expand |
diff --git a/drivers/scsi/libfc/fc_rport.c b/drivers/scsi/libfc/fc_rport.c index 6bb8917..773c45a 100644 --- a/drivers/scsi/libfc/fc_rport.c +++ b/drivers/scsi/libfc/fc_rport.c @@ -632,6 +632,8 @@ static void fc_rport_error(struct fc_rport_priv *rdata, int err) fc_rport_enter_ready(rdata); break; case RPORT_ST_PRLI: + fc_rport_enter_plogi(rdata); + break; case RPORT_ST_ADISC: fc_rport_enter_logo(rdata); break;