Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3bbed1d authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by Nathan Scott
Browse files

[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: default avatarAlexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: default avatarNathan Scott <nathans@sgi.com>
parent 71306f3b
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;

/*