[SCSI] lpfc 8.3.30: Fixed missing CVL event causing FCF failover
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_sli.c
index ec1b6b2e2132804ef0993b0e753e62c2fab1dd06..421e0a36041c62380893c211bc77a13a0e294e8b 100644 (file)
@@ -15052,6 +15052,7 @@ lpfc_sli4_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, uint16_t fcf_index)
        LPFC_MBOXQ_t *mboxq;
 
        phba->fcoe_eventtag_at_fcf_scan = phba->fcoe_eventtag;
+       phba->fcoe_cvl_eventtag_attn = phba->fcoe_cvl_eventtag;
        mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
        if (!mboxq) {
                lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
This page took 0.031415 seconds and 5 git commands to generate.