]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lpfc: Correct LOGO handling during login
authorJames Smart <james.smart@broadcom.com>
Thu, 31 Mar 2016 21:12:27 +0000 (14:12 -0700)
committerChuck Anderson <chuck.anderson@oracle.com>
Wed, 13 Jul 2016 07:44:54 +0000 (00:44 -0700)
commit6fc394bcda6bd606585c89d0fe018786969cb5fa
treea2eb7290f12c8f7658660dbddc82660722cb7efa
parente04016e1558e130c27c9989340aec25f75c4386c
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>
Orabug: 23762058
(cherry picked from commit de96e9c5b82801ea17558c271730fdc2aa5e7e77)
Signed-off-by: Manjunath Govindashetty <manjunath.govindashetty@oracle.com>
drivers/scsi/lpfc/lpfc_nportdisc.c
drivers/scsi/lpfc/lpfc_sli.c