From 61499c5d30c00c165bf00b770d6c8b0df1b6950c Mon Sep 17 00:00:00 2001 From: Mark Fasheh Date: Wed, 23 Aug 2017 18:52:49 -0500 Subject: [PATCH] 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 --- kmod/src/dlmglue.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kmod/src/dlmglue.h b/kmod/src/dlmglue.h index e3034f9e..0a73a7eb 100644 --- a/kmod/src/dlmglue.h +++ b/kmod/src/dlmglue.h @@ -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;