[SCSI] libfc: Always reset remote port roles when receiving PRLI
Don't trust previous roles, reset them when we receive a PRLI. Signed-off-by: Robert Love <robert.w.love@intel.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
committed by
James Bottomley
parent
9737e6a7b5
commit
6bd054cbf3
@@ -666,6 +666,9 @@ static void fc_rport_prli_resp(struct fc_seq *sp, struct fc_frame *fp,
|
|||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* reinitialize remote port roles */
|
||||||
|
rdata->ids.roles = FC_RPORT_ROLE_UNKNOWN;
|
||||||
|
|
||||||
op = fc_frame_payload_op(fp);
|
op = fc_frame_payload_op(fp);
|
||||||
if (op == ELS_LS_ACC) {
|
if (op == ELS_LS_ACC) {
|
||||||
pp = fc_frame_payload_get(fp, sizeof(*pp));
|
pp = fc_frame_payload_get(fp, sizeof(*pp));
|
||||||
@@ -1173,6 +1176,9 @@ static void fc_rport_recv_prli_req(struct fc_rport_priv *rdata,
|
|||||||
pp->prli.prli_len = htons(len);
|
pp->prli.prli_len = htons(len);
|
||||||
len -= sizeof(struct fc_els_prli);
|
len -= sizeof(struct fc_els_prli);
|
||||||
|
|
||||||
|
/* reinitialize remote port roles */
|
||||||
|
rdata->ids.roles = FC_RPORT_ROLE_UNKNOWN;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Go through all the service parameter pages and build
|
* Go through all the service parameter pages and build
|
||||||
* response. If plen indicates longer SPP than standard,
|
* response. If plen indicates longer SPP than standard,
|
||||||
|
Reference in New Issue
Block a user