summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdomain.c
diff options
context:
space:
mode:
authorAdrian Bunk2006-05-16 17:26:41 +0200
committerMark Fasheh2006-06-26 23:43:21 +0200
commit3fb5a9891dbb553dda96783dbc0dc4e77cbb2529 (patch)
tree2635f3567c9e22c51e159926a7bc96ed7cf04fb5 /fs/ocfs2/dlm/dlmdomain.c
parentocfs2: fix compiler warnings in dlm_convert_lock_handler() (diff)
downloadkernel-qcow2-linux-3fb5a9891dbb553dda96783dbc0dc4e77cbb2529.tar.gz
kernel-qcow2-linux-3fb5a9891dbb553dda96783dbc0dc4e77cbb2529.tar.xz
kernel-qcow2-linux-3fb5a9891dbb553dda96783dbc0dc4e77cbb2529.zip
[PATCH] fs/ocfs2/dlm/: cleanups
This patch #if 0's the no longer used dlm_dump_lock_resources(). Since this makes dlmdebug.h empty, this patch also removes this header. Additionally, the needlessly global dlm_is_node_recovered() is made static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmdomain.c')
-rw-r--r--fs/ocfs2/dlm/dlmdomain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/dlm/dlmdomain.c b/fs/ocfs2/dlm/dlmdomain.c
index c3462ea694ea..ba27c5c5e959 100644
--- a/fs/ocfs2/dlm/dlmdomain.c
+++ b/fs/ocfs2/dlm/dlmdomain.c
@@ -41,7 +41,6 @@
#include "dlmapi.h"
#include "dlmcommon.h"
-#include "dlmdebug.h"
#include "dlmdomain.h"
#include "dlmver.h"