Skip to content

Commit a117579

Browse files
Quinn Tranmartinkpetersen
authored andcommitted
scsi: qla2xxx: Flush I/O on zone disable
Perform implicit logout to flush I/O on zone disable. Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Himanshu Madhani <[email protected]> Signed-off-by: Quinn Tran <[email protected]> Signed-off-by: Himanshu Madhani <[email protected]> Signed-off-by: Nilesh Javali <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 10ae30b commit a117579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/scsi/qla2xxx/qla_gs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3436,7 +3436,6 @@ void qla24xx_async_gnnft_done(scsi_qla_host_t *vha, srb_t *sp)
34363436
list_for_each_entry(fcport, &vha->vp_fcports, list) {
34373437
if ((fcport->flags & FCF_FABRIC_DEVICE) != 0) {
34383438
fcport->scan_state = QLA_FCPORT_SCAN;
3439-
fcport->logout_on_delete = 0;
34403439
}
34413440
}
34423441
goto login_logout;

0 commit comments

Comments
 (0)