xfs
[Top] [All Lists]

[PATCH] xfs: remove unused behaviour lock

To: Nathan Scott <nathans@xxxxxxx>
Subject: [PATCH] xfs: remove unused behaviour lock
From: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Date: Tue, 20 Jun 2006 20:34:26 +0400
Cc: xfs@xxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, Andrew Morton <akpm@xxxxxxxx>
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:mime-version:content-type:content-disposition:user-agent; b=kgLw5RJE/3vGz6DOiXZGtmv2h0hRFNtIUmQAzMTLuqOj9D47OhEeT4yvKzvlBg9y3KUB3sZhBXvjLv86ScavBrcHth6ReJiiH1yYlQs1nxleyTL77MDnxt6EVVopnJI1TlBWTfLcx8s0NSj4eDUj2E9vthI7iUX4oB0T4cOBfhc=
Sender: xfs-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.11
Also shrink XFS vnode as a side effect.

Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

 fs/xfs/xfs_behavior.h |    3 ---
 1 file changed, 3 deletions(-)

--- a/fs/xfs/xfs_behavior.h
+++ b/fs/xfs/xfs_behavior.h
@@ -78,15 +78,12 @@ #define __XFS_BEHAVIOR_H__
  *
  */
 
-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;
 
 /*


<Prev in Thread] Current Thread [Next in Thread>