public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 4/9] dlm: uncomment unregister_lockspace
@ 2005-06-02  8:02 David Teigland
  0 siblings, 0 replies; only message in thread
From: David Teigland @ 2005-06-02  8:02 UTC (permalink / raw)
  To: akpm, linux-kernel

[-- Attachment #1: do-unregister-lockspace.patch --]
[-- Type: text/plain, Size: 651 bytes --]

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);

--


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-02  8:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-02  8:02 [patch 4/9] dlm: uncomment unregister_lockspace David Teigland

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox