diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2008-03-10 18:16:28 -0400 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-04-18 11:56:09 -0400 |
commit | e5a0334cbd65e27f8dfd9985aa805874fe59e879 (patch) | |
tree | adc51fd08d763c93cbe737e6bb3107b46df4c391 /fs/ocfs2/dlm/dlmdebug.h | |
parent | 7209300a9b987e017cae2ef9d7ef55b0fdd71869 (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.h | 2 |
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 @@ | |||
25 | #ifndef DLMDEBUG_H | 25 | #ifndef DLMDEBUG_H |
26 | #define DLMDEBUG_H | 26 | #define DLMDEBUG_H |
27 | 27 | ||
28 | void dlm_print_one_mle(struct dlm_master_list_entry *mle); | ||
29 | |||
28 | #ifdef CONFIG_DEBUG_FS | 30 | #ifdef CONFIG_DEBUG_FS |
29 | 31 | ||
30 | struct dlm_debug_ctxt { | 32 | struct dlm_debug_ctxt { |