File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5029,9 +5029,12 @@ void fnic_fdls_link_down(struct fnic_iport_s *iport)
5029
5029
fdls_delete_tport (iport , tport );
5030
5030
}
5031
5031
5032
- if ((fnic_fdmi_support == 1 ) && (iport -> fabric .fdmi_pending > 0 )) {
5033
- timer_delete_sync (& iport -> fabric .fdmi_timer );
5034
- iport -> fabric .fdmi_pending = 0 ;
5032
+ if (fnic_fdmi_support == 1 ) {
5033
+ if (iport -> fabric .fdmi_pending > 0 ) {
5034
+ timer_delete_sync (& iport -> fabric .fdmi_timer );
5035
+ iport -> fabric .fdmi_pending = 0 ;
5036
+ }
5037
+ iport -> flags &= ~FNIC_FDMI_ACTIVE ;
5035
5038
}
5036
5039
5037
5040
FNIC_FCS_DBG (KERN_INFO , fnic -> host , fnic -> fnic_num ,
Original file line number Diff line number Diff line change 30
30
31
31
#define DRV_NAME "fnic"
32
32
#define DRV_DESCRIPTION "Cisco FCoE HBA Driver"
33
- #define DRV_VERSION "1.8.0.1 "
33
+ #define DRV_VERSION "1.8.0.2 "
34
34
#define PFX DRV_NAME ": "
35
35
#define DFX DRV_NAME "%d: "
36
36
You can’t perform that action at this time.
0 commit comments