aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_behavior.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_behavior.h')
-rw-r--r--fs/xfs/xfs_behavior.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_behavior.h b/fs/xfs/xfs_behavior.h
index 1d8ff103201c3b..6e6e56fb352d2f 100644
--- a/fs/xfs/xfs_behavior.h
+++ b/fs/xfs/xfs_behavior.h
@@ -78,15 +78,12 @@
*
*/
-struct bhv_head_lock;
-
/*
* Behavior head. Head of the chain of behaviors.
* Contained within each virtualized object data structure.
*/
typedef struct bhv_head {
struct bhv_desc *bh_first; /* first behavior in chain */
- struct bhv_head_lock *bh_lockp; /* pointer to lock info struct */
} bhv_head_t;
/*