[patch 4/9] dlm: uncomment unregister_lockspace

From: David Teigland
Date: Thu Jun 02 2005 - 03:16:09 EST


The call to unregister_lockspace was left commented out from previous
debugging.

Signed-off-by: David Teigland <teigland@xxxxxxxxxx>

Index: linux/drivers/dlm/device.c
===================================================================
--- linux.orig/drivers/dlm/device.c 2005-06-02 12:28:30.000000000 +0800
+++ linux/drivers/dlm/device.c 2005-06-02 12:58:09.796172200 +0800
@@ -594,8 +594,7 @@

if (lsinfo->ls_lockspace) {
if (test_bit(LS_FLAG_AUTOFREE, &lsinfo->ls_flags)) {
- /* TODO this breaks!
- unregister_lockspace(lsinfo, 1); */
+ unregister_lockspace(lsinfo, 1);
}
} else {
kfree(lsinfo->ls_miscinfo.name);

--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/