Commit 02bd9c39 authored by Sunil Mushran's avatar Sunil Mushran Committed by Joel Becker

ocfs2/dlm: Cleanup dlmdebug.c

Remove struct debug_buffer in dlmdebug.c/h.
Signed-off-by: default avatarSunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent 1e6d9153
This diff is collapsed.
...@@ -37,11 +37,6 @@ struct dlm_debug_ctxt { ...@@ -37,11 +37,6 @@ struct dlm_debug_ctxt {
struct dentry *debug_purgelist_dentry; struct dentry *debug_purgelist_dentry;
}; };
struct debug_buffer {
int len;
char *buf;
};
struct debug_lockres { struct debug_lockres {
int dl_len; int dl_len;
char *dl_buf; char *dl_buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment