summaryrefslogtreecommitdiff
path: root/fs/ocfs2/dlm/dlmdebug.h
diff options
context:
space:
mode:
authorSunil Mushran <sunil.mushran@oracle.com>2010-12-20 16:34:59 -0800
committerJoel Becker <joel.becker@oracle.com>2010-12-22 18:34:44 -0800
commit02bd9c394ef64a16a313eb4d968a94b7000c5d00 (patch)
tree69edec6d1e1db064b27e7c09ffdfe7ca6cf9d395 /fs/ocfs2/dlm/dlmdebug.h
parent1e6d9153df27923649976554d034a69ac7b28f95 (diff)
ocfs2/dlm: Cleanup dlmdebug.c
Remove struct debug_buffer in dlmdebug.c/h. Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
Diffstat (limited to 'fs/ocfs2/dlm/dlmdebug.h')
-rw-r--r--fs/ocfs2/dlm/dlmdebug.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ocfs2/dlm/dlmdebug.h b/fs/ocfs2/dlm/dlmdebug.h
index 8c686d22f9c7..1f27c4812d1a 100644
--- a/fs/ocfs2/dlm/dlmdebug.h
+++ b/fs/ocfs2/dlm/dlmdebug.h
@@ -37,11 +37,6 @@ struct dlm_debug_ctxt {
struct dentry *debug_purgelist_dentry;
};
-struct debug_buffer {
- int len;
- char *buf;
-};
-
struct debug_lockres {
int dl_len;
char *dl_buf;