diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 83567b9755b4..572c525ad2b5 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -595,6 +595,8 @@ struct lpfc_hba { | |||
595 | unsigned long last_completion_time; | 595 | unsigned long last_completion_time; |
596 | struct timer_list hb_tmofunc; | 596 | struct timer_list hb_tmofunc; |
597 | uint8_t hb_outstanding; | 597 | uint8_t hb_outstanding; |
598 | /* ndlp reference management */ | ||
599 | spinlock_t ndlp_lock; | ||
598 | /* | 600 | /* |
599 | * Following bit will be set for all buffer tags which are not | 601 | * Following bit will be set for all buffer tags which are not |
600 | * associated with any HBQ. | 602 | * associated with any HBQ. |