X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_behavior.h;h=6e6e56fb352d2fc56585f923f693c9231795c912;hb=b3bbed1d08e925a12ebbe6326d17554902b3d9ab;hp=1d8ff103201c3bf78646ed2e9baeddac3c1b3019;hpb=71306f3b880539fb4c579fbd16da552ebb10f29b;p=linux-2.6 diff --git a/fs/xfs/xfs_behavior.h b/fs/xfs/xfs_behavior.h index 1d8ff10320..6e6e56fb35 100644 --- a/fs/xfs/xfs_behavior.h +++ b/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; /*