[dm-devel] [PATCH 4/6] scsi_dh : release the refcounts in scsi_dh_emc handler when activate is complete

Moger, Babu Babu.Moger at lsi.com
Wed Jul 28 22:59:43 UTC 2010


This patch releases the refcounts when activate is complete in emc handler.

Signed-off-by: Babu Moger <babu.moger at lsi.com>
---
--- linux-2.6.35-rc5/drivers/scsi/device_handler/scsi_dh_emc.c.orig	2010-07-23 05:56:50.000000000 -0500
+++ linux-2.6.35-rc5/drivers/scsi/device_handler/scsi_dh_emc.c	2010-07-23 05:57:08.000000000 -0500
@@ -563,6 +563,9 @@ done:
 
 	if (fn)
 		fn(data, result);
+
+	kref_put(&sdev->scsi_dh_data->kref, scsi_dh_handler_cleanup);
+	put_device(&sdev->sdev_gendev);
 	return 0;
 }
 /*






More information about the dm-devel mailing list