]> asedeno.scripts.mit.edu Git - linux.git/commit
scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
authorHimanshu Madhani <hmadhani@redhat.com>
Mon, 22 Jan 2018 20:04:20 +0000 (12:04 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 23 Jan 2018 01:07:39 +0000 (20:07 -0500)
commita2390348c19d0819d525d375414a7cfdacb51a68
treed15ddaffcf08a01cd851a4900e052a24dd088179
parent45596c7889a4454e340863c112dbc6cf525e5647
scsi: qla2xxx: Fix logo flag for qlt_free_session_done()

Commit 3515832cc614 ("scsi: qla2xxx: Reset the logo flag, after target
re-login.")fixed the target re-login after session relogin is complete,
but missed out the qlt_free_session_done() path.

This patch clears send_els_logo flag in qlt_free_session_done()
callback.

[mkp: checkpatch]

Fixes: 3515832cc614 ("scsi: qla2xxx: Reset the logo flag, after target re-login.")
Signed-off-by: Himanshu Madhani <hmadhani@redhat.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_target.c