diff options
author | Sunil Mushran <sunil.mushran@oracle.com> | 2010-12-21 00:34:59 (GMT) |
---|---|---|
committer | Joel Becker <joel.becker@oracle.com> | 2010-12-23 02:34:44 (GMT) |
commit | 02bd9c394ef64a16a313eb4d968a94b7000c5d00 (patch) | |
tree | 69edec6d1e1db064b27e7c09ffdfe7ca6cf9d395 /fs/ocfs2/dlm/dlmdebug.h | |
parent | 1e6d9153df27923649976554d034a69ac7b28f95 (diff) | |
download | linux-02bd9c394ef64a16a313eb4d968a94b7000c5d00.tar.xz |
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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/ocfs2/dlm/dlmdebug.h b/fs/ocfs2/dlm/dlmdebug.h index 8c686d2..1f27c48 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; |