瀏覽代碼

[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>
Alexey Dobriyan 19 年之前
父節點
當前提交
b3bbed1d08
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      fs/xfs/xfs_behavior.h

+ 0 - 3
fs/xfs/xfs_behavior.h

@@ -78,15 +78,12 @@
  *
  *
  */
  */
 
 
-struct bhv_head_lock;
-
 /*
 /*
  * Behavior head.  Head of the chain of behaviors.
  * Behavior head.  Head of the chain of behaviors.
  * Contained within each virtualized object data structure.
  * Contained within each virtualized object data structure.
  */
  */
 typedef struct bhv_head {
 typedef struct bhv_head {
 	struct bhv_desc *bh_first;	/* first behavior in chain */
 	struct bhv_desc *bh_first;	/* first behavior in chain */
-	struct bhv_head_lock *bh_lockp;	/* pointer to lock info struct */
 } bhv_head_t;
 } bhv_head_t;
 
 
 /*
 /*