diff options
author | James Smart <james.smart@emulex.com> | 2013-04-17 20:15:19 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-05-02 12:43:15 -0700 |
commit | e74c03c8a8e73c9a0648e1950f8798db0e43a07e (patch) | |
tree | 638ec5e730f4a24c788b8ff37ad451d7270dd96e /drivers/scsi/lpfc/lpfc.h | |
parent | 256ec0d05f8050339a9cc4e92bdc96cec1ce82bd (diff) | |
download | op-kernel-dev-e74c03c8a8e73c9a0648e1950f8798db0e43a07e.zip op-kernel-dev-e74c03c8a8e73c9a0648e1950f8798db0e43a07e.tar.gz |
[SCSI] lpfc 8.3.39: Fixed pt2pt and loop discovery problems on topology changes.
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index c586db2..4c9f94b 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h @@ -673,6 +673,7 @@ struct lpfc_hba { uint32_t lmt; uint32_t fc_topology; /* link topology, from LINK INIT */ + uint32_t fc_topology_changed; /* link topology, from LINK INIT */ struct lpfc_stats fc_stat; |