diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2008-03-10 18:16:26 -0400 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2008-04-18 11:56:09 -0400 |
commit | d0129aceaecc2b1f5171b8e8036eb469b6e0fe81 (patch) | |
tree | 30a949c91d66f9b7e97e4fe85186aac958075e67 /fs/ocfs2/dlm/dlmdebug.h | |
parent | 751155a953e1fe558d3d3c3db7087712ffc15c3e (diff) |
ocfs2/dlm: Dumps the mles into a debugfs file
This patch dumps all mles it can fit in one page into a debugfs file.
Useful for debugging.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmdebug.h b/fs/ocfs2/dlm/dlmdebug.h index 7c5b2b0a05ed..cbc69f295782 100644 --- a/fs/ocfs2/dlm/dlmdebug.h +++ b/fs/ocfs2/dlm/dlmdebug.h | |||
@@ -31,6 +31,7 @@ struct dlm_debug_ctxt { | |||
31 | struct kref debug_refcnt; | 31 | struct kref debug_refcnt; |
32 | struct dentry *debug_state_dentry; | 32 | struct dentry *debug_state_dentry; |
33 | struct dentry *debug_lockres_dentry; | 33 | struct dentry *debug_lockres_dentry; |
34 | struct dentry *debug_mle_dentry; | ||
34 | }; | 35 | }; |
35 | 36 | ||
36 | struct debug_buffer { | 37 | struct debug_buffer { |