diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmcommon.h')
-rw-r--r-- | fs/ocfs2/dlm/dlmcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmcommon.h b/fs/ocfs2/dlm/dlmcommon.h index cc31abeadb8e..6a491403bbfb 100644 --- a/fs/ocfs2/dlm/dlmcommon.h +++ b/fs/ocfs2/dlm/dlmcommon.h | |||
@@ -123,6 +123,8 @@ struct dlm_ctxt | |||
123 | atomic_t remote_resources; | 123 | atomic_t remote_resources; |
124 | atomic_t unknown_resources; | 124 | atomic_t unknown_resources; |
125 | 125 | ||
126 | struct dentry *dlm_debugfs_subroot; | ||
127 | |||
126 | /* NOTE: Next three are protected by dlm_domain_lock */ | 128 | /* NOTE: Next three are protected by dlm_domain_lock */ |
127 | struct kref dlm_refs; | 129 | struct kref dlm_refs; |
128 | enum dlm_ctxt_state dlm_state; | 130 | enum dlm_ctxt_state dlm_state; |