lkml.org 
[lkml]   [2005]   [Jun]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateThu, 2 Jun 2005 16:02:46 +0800
FromDavid Teigland <>
Subject[patch 4/9] dlm: uncomment unregister_lockspace
The call to unregister_lockspace was left commented out from previous
debugging.

Signed-off-by: David Teigland <teigland@redhat.com>

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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-06-02 08:18    [from the cache]
©2003-2008