commit | de96e9c5b82801ea17558c271730fdc2aa5e7e77 | [log] [tgz] |
---|---|---|
author | James Smart <james.smart@broadcom.com> | Thu Mar 31 14:12:27 2016 -0700 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Mon Apr 11 16:57:09 2016 -0400 |
tree | 211a54bb2a682b80efd0edde24c427a0e9b0929d | |
parent | 4c1340af8854836796bc50555de446286dce4625 [diff] |
lpfc: Correct LOGO handling during login After a link bounce, when a remote port issues a LOGO while a REGLOGIN is pending on that port, the driver does not clean up the ndlp structure. May result in stack traces in the console log. Fix: Clear the NLP_REG_LOGIN_SEND flag on the ndlp in the routine Signed-off-by: Dick Kennedy <dick.kennedy@avagotech.com> Signed-off-by: James Smart <james.smart@avagotech.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>