[XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 27 Jun 2006 06:12:15 +0000 (16:12 +1000)
committerNathan Scott <nathans@sgi.com>
Tue, 27 Jun 2006 06:12:15 +0000 (16:12 +1000)
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>
fs/xfs/xfs_behavior.h

index 1d8ff10..6e6e56f 100644 (file)
  *
  */
 
-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;
 
 /*