summaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm/dlmdebug.h
diff options
context:
space:
mode:
authorSunil Mushran <sunil.mushran@oracle.com>2008-03-10 15:16:28 -0700
committerMark Fasheh <mfasheh@suse.com>2008-04-18 08:56:09 -0700
commite5a0334cbd65e27f8dfd9985aa805874fe59e879 (patch)
treeadc51fd08d763c93cbe737e6bb3107b46df4c391 /fs/ocfs2/dlm/dlmdebug.h
parent7209300a9b987e017cae2ef9d7ef55b0fdd71869 (diff)
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 {