X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fxfs%2Fxfs_behavior.h;h=1d8ff103201c3bf78646ed2e9baeddac3c1b3019;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=6e6e56fb352d2fc56585f923f693c9231795c912;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/xfs/xfs_behavior.h b/fs/xfs/xfs_behavior.h index 6e6e56fb3..1d8ff1032 100644 --- a/fs/xfs/xfs_behavior.h +++ b/fs/xfs/xfs_behavior.h @@ -78,12 +78,15 @@ * */ +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; /*