summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdebug.h
diff options
context:
space:
mode:
authorSunil Mushran2008-03-10 23:16:28 +0100
committerMark Fasheh2008-04-18 17:56:09 +0200
commite5a0334cbd65e27f8dfd9985aa805874fe59e879 (patch)
treeadc51fd08d763c93cbe737e6bb3107b46df4c391 /fs/ocfs2/dlm/dlmdebug.h
parentocfs2/dlm: Dumps the purgelist into a debugfs file (diff)
downloadkernel-qcow2-linux-e5a0334cbd65e27f8dfd9985aa805874fe59e879.tar.gz
kernel-qcow2-linux-e5a0334cbd65e27f8dfd9985aa805874fe59e879.tar.xz
kernel-qcow2-linux-e5a0334cbd65e27f8dfd9985aa805874fe59e879.zip
ocfs2/dlm: Move dlm_print_one_mle() from dlmmaster.c to dlmdebug.c
This patch helps in consolidating debugging related functions in dlmdebug.c. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmdebug.h')
-rw-r--r--fs/ocfs2/dlm/dlmdebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmdebug.h b/fs/ocfs2/dlm/dlmdebug.h
index 8857743e8f32..d34a62a3a625 100644
--- a/fs/ocfs2/dlm/dlmdebug.h
+++ b/fs/ocfs2/dlm/dlmdebug.h
@@ -25,6 +25,8 @@
#ifndef DLMDEBUG_H
#define DLMDEBUG_H
+void dlm_print_one_mle(struct dlm_master_list_entry *mle);
+
#ifdef CONFIG_DEBUG_FS
struct dlm_debug_ctxt {