From: Alexey Dobriyan Also shrink XFS vnode as a side effect. Signed-off-by: Alexey Dobriyan Cc: Nathan Scott Cc: Christoph Hellwig Signed-off-by: Andrew Morton --- fs/xfs/xfs_behavior.h | 3 --- 1 files changed, 3 deletions(-) diff -puN fs/xfs/xfs_behavior.h~xfs-remove-unused-behaviour-lock fs/xfs/xfs_behavior.h --- 25/fs/xfs/xfs_behavior.h~xfs-remove-unused-behaviour-lock Tue Jun 20 15:45:35 2006 +++ 25-akpm/fs/xfs/xfs_behavior.h Tue Jun 20 15:45:35 2006 @@ -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; /* _