mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-19 16:14:13 +08:00
[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: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Nathan Scott <nathans@sgi.com>
This commit is contained in:
parent
71306f3b88
commit
b3bbed1d08
@ -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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user