[SCSI] lpfc 8.3.4: Add bsg (SGIOv4) support for ELS/CT support
[linux-2.6-block.git] / drivers / scsi / lpfc / lpfc_init.c
index 18bc5905c44c6e641967d11ee739d493570ab7f6..08112e7a83464d7142935b35a336ab6a0a5fd7e0 100644 (file)
@@ -4171,6 +4171,9 @@ lpfc_hba_alloc(struct pci_dev *pdev)
                return NULL;
        }
 
+       mutex_init(&phba->ct_event_mutex);
+       INIT_LIST_HEAD(&phba->ct_ev_waiters);
+
        return phba;
 }