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:
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.
|
||||
|
Loading…
Reference in New Issue
Block a user