aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2006-06-27 16:12:15 +1000
committerNathan Scott <nathans@sgi.com>2006-06-27 16:12:15 +1000
commitb3bbed1d08e925a12ebbe6326d17554902b3d9ab (patch)
treeb7dc0cc850da8cb53e7780c5b5a6a66e6465e9c5 /fs
parent71306f3b880539fb4c579fbd16da552ebb10f29b (diff)
downloadlinux-b3bbed1d08e925a12ebbe6326d17554902b3d9ab.tar.gz
[XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.
SGI-PV: 904196 SGI-Modid: xfs-linux-melb:xfs-kern:26299a Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs')
-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 1d8ff103201c3..6e6e56fb352d2 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;
/*