diff options
author | James Smart <james.smart@emulex.com> | 2012-01-18 16:25:38 -0500 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-02-19 09:08:53 -0500 |
commit | 728599090a9bf3aefb1226cc063295886525cd0e (patch) | |
tree | 2328f85b1cc3c69261ee2e418abf68bd358feb47 /drivers/scsi/lpfc/lpfc_nportdisc.c | |
parent | eff4a01b6e9f8cee3c541ab7f2ad18b5bbffd124 (diff) |
[SCSI] lpfc 8.3.29: Locking fix and Memory leak Fixes
Locking fix and Memory leak Fixes
- Fix Locking code raises IRQ twice (NA)
- Fix mailbox and vpi memory leaks (126818)
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_nportdisc.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_nportdisc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_nportdisc.c b/drivers/scsi/lpfc/lpfc_nportdisc.c index 32b6d72cd98d..7b6b2aa5795a 100644 --- a/drivers/scsi/lpfc/lpfc_nportdisc.c +++ b/drivers/scsi/lpfc/lpfc_nportdisc.c | |||
@@ -481,6 +481,7 @@ lpfc_mbx_cmpl_resume_rpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | |||
481 | ndlp, NULL); | 481 | ndlp, NULL); |
482 | } | 482 | } |
483 | kfree(elsiocb); | 483 | kfree(elsiocb); |
484 | mempool_free(mboxq, phba->mbox_mem_pool); | ||
484 | } | 485 | } |
485 | 486 | ||
486 | static int | 487 | static int |