ocfs2: add locking filter debugfs file
[sfrench/cifs-2.6.git] / fs / ocfs2 / ocfs2.h
index 5c111eabaa1d0b5fe8b46745c8c48fa657c9fa3d..c7539601555b94bbda097b40bfc12a3364ee5383 100644 (file)
@@ -223,6 +223,8 @@ struct ocfs2_orphan_scan {
 struct ocfs2_dlm_debug {
        struct kref d_refcnt;
        struct dentry *d_locking_state;
+       struct dentry *d_locking_filter;
+       u32 d_filter_secs;
        struct list_head d_lockres_tracking;
 };