mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 02:02:28 +09:00
scsi: qla2xxx: Save rscn_gen for new fcport
Add missing rscn_gen when creating new fcport. Link: https://lore.kernel.org/r/20200212214436.25532-22-hmadhani@marvell.com Signed-off-by: Himanshu Madhani <hmadhani@marvell.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
committed by
Martin K. Petersen
parent
8d4926d130
commit
d26a8982c9
@@ -3487,6 +3487,7 @@ void qla24xx_async_gnnft_done(scsi_qla_host_t *vha, srb_t *sp)
|
||||
if (memcmp(rp->port_name, fcport->port_name, WWN_SIZE))
|
||||
continue;
|
||||
fcport->scan_state = QLA_FCPORT_FOUND;
|
||||
fcport->last_rscn_gen = fcport->rscn_gen;
|
||||
found = true;
|
||||
/*
|
||||
* If device was not a fabric device before.
|
||||
|
||||
Reference in New Issue
Block a user