]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_behavior.h
[XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.
[linux-2.6] / fs / xfs / xfs_behavior.h
index 1d8ff103201c3bf78646ed2e9baeddac3c1b3019..6e6e56fb352d2fc56585f923f693c9231795c912 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;
 
 /*