Skip to content

Commit

Permalink
[XFS] remove unused behaviour lock - shrink XFS vnode as a side effect.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alexey Dobriyan authored and Nathan Scott committed Jun 27, 2006
1 parent 71306f3 commit b3bbed1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fs/xfs/xfs_behavior.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/*
Expand Down

0 comments on commit b3bbed1

Please sign in to comment.