scoutfs: pull in struct ocfs2_dlm_debug from fs/ocfs2/ocfs2.h

We need this for the dlmglue global context.

Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
Mark Fasheh
2017-08-23 18:52:49 -05:00
parent 1b59ed99fb
commit 61499c5d30
+6
View File
@@ -134,6 +134,12 @@ struct ocfs2_lock_res {
#endif
};
struct ocfs2_dlm_debug {
struct kref d_refcnt;
struct dentry *d_locking_state;
struct list_head d_lockres_tracking;
};
struct ocfs2_super
{
struct ocfs2_cluster_connection *cconn;