mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-27 20:07:09 +00:00
[SCSI] lpfc 8.3.35: Fix error with fabric service parameters causing performance issues
Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
4169d868be
commit
2eb6862aaf
@ -809,6 +809,8 @@ lpfc_cmpl_els_flogi_nport(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
|
||||
phba->fc_ratov = FF_DEF_RATOV;
|
||||
rc = memcmp(&vport->fc_portname, &sp->portName,
|
||||
sizeof(vport->fc_portname));
|
||||
memcpy(&phba->fc_fabparam, sp, sizeof(struct serv_parm));
|
||||
|
||||
if (rc >= 0) {
|
||||
/* This side will initiate the PLOGI */
|
||||
spin_lock_irq(shost->host_lock);
|
||||
|
Loading…
Reference in New Issue
Block a user