summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmdebug.h
diff options
context:
space:
mode:
authorSunil Mushran2010-12-21 01:34:59 +0100
committerJoel Becker2010-12-23 03:34:44 +0100
commit02bd9c394ef64a16a313eb4d968a94b7000c5d00 (patch)
tree69edec6d1e1db064b27e7c09ffdfe7ca6cf9d395 /fs/ocfs2/dlm/dlmdebug.h
parentocfs2: Release buffer_head in case of error in ocfs2_double_lock. (diff)
downloadkernel-qcow2-linux-02bd9c394ef64a16a313eb4d968a94b7000c5d00.tar.gz
kernel-qcow2-linux-02bd9c394ef64a16a313eb4d968a94b7000c5d00.tar.xz
kernel-qcow2-linux-02bd9c394ef64a16a313eb4d968a94b7000c5d00.zip
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;