From 8ba94d68318baa3f681183b0c68e14029fb4c230 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Tue, 27 Jun 2006 16:12:15 +1000 Subject: [PATCH] --- yaml --- r: 30917 b: refs/heads/master c: b3bbed1d08e925a12ebbe6326d17554902b3d9ab h: refs/heads/master i: 30915: 731f489439bfff68f9be48e41ac9fc0f02238386 v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_behavior.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index e3d1bdce5453..904900510d5e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71306f3b880539fb4c579fbd16da552ebb10f29b +refs/heads/master: b3bbed1d08e925a12ebbe6326d17554902b3d9ab diff --git a/trunk/fs/xfs/xfs_behavior.h b/trunk/fs/xfs/xfs_behavior.h index 1d8ff103201c..6e6e56fb352d 100644 --- a/trunk/fs/xfs/xfs_behavior.h +++ b/trunk/fs/xfs/xfs_behavior.h @@ -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; /*