[OpenFCoE] [PATCH] fcoe_create() fails without destroying the kmem slab.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



fcoe_create() fails without destroying the kmem slab.

This causes the next create to panic.
The destroy should be done in openfc_put_dev.
---
 drivers/scsi/ofc/openfc/openfc_if.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/drivers/scsi/ofc/openfc/openfc_if.c b/drivers/scsi/ofc/openfc/openfc_if.c
index 0d9c370..6f9a276 100644
--- a/drivers/scsi/ofc/openfc/openfc_if.c
+++ b/drivers/scsi/ofc/openfc/openfc_if.c
@@ -1115,7 +1115,6 @@ void openfc_unregister(struct fcdev *dev)
        fc_remove_host(openfcp->host);
        scsi_remove_host(openfcp->host);
        fcs_destroy(openfcp->fcs_state);
-       openfc_destroy_scsi_slab(openfcp);
 }
 EXPORT_SYMBOL(openfc_unregister);

@@ -1127,9 +1126,7 @@ void openfc_put_dev(struct fcdev *dev)
 {
        struct openfc_softc *openfcp = openfc_get_softc(dev);

-       /*
-        * put back the scsi host structure
-        */
+       openfc_destroy_scsi_slab(openfcp);
        scsi_host_put(openfcp->host);
 }
 EXPORT_SYMBOL(openfc_put_dev);
--
1.5.3.6
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux