diff options
Diffstat (limited to 'fs/ocfs2/ocfs2.h')
-rw-r--r-- | fs/ocfs2/ocfs2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ocfs2/ocfs2.h b/fs/ocfs2/ocfs2.h index fddbbd60f434..9150cfa4df7d 100644 --- a/fs/ocfs2/ocfs2.h +++ b/fs/ocfs2/ocfs2.h | |||
@@ -223,8 +223,6 @@ struct ocfs2_orphan_scan { | |||
223 | 223 | ||
224 | struct ocfs2_dlm_debug { | 224 | struct ocfs2_dlm_debug { |
225 | struct kref d_refcnt; | 225 | struct kref d_refcnt; |
226 | struct dentry *d_locking_state; | ||
227 | struct dentry *d_locking_filter; | ||
228 | u32 d_filter_secs; | 226 | u32 d_filter_secs; |
229 | struct list_head d_lockres_tracking; | 227 | struct list_head d_lockres_tracking; |
230 | }; | 228 | }; |
@@ -401,7 +399,6 @@ struct ocfs2_super | |||
401 | struct ocfs2_dlm_debug *osb_dlm_debug; | 399 | struct ocfs2_dlm_debug *osb_dlm_debug; |
402 | 400 | ||
403 | struct dentry *osb_debug_root; | 401 | struct dentry *osb_debug_root; |
404 | struct dentry *osb_ctxt; | ||
405 | 402 | ||
406 | wait_queue_head_t recovery_event; | 403 | wait_queue_head_t recovery_event; |
407 | 404 | ||