mirror of
https://github.com/versity/scoutfs.git
synced 2026-09-06 08:06:56 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user