X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_iam.h;h=ffb458c49b4dc7a1019933f4a1690ff8dafb4e25;hp=e6c550c05fd53e742209e6a1eb5d21862c78118b;hb=4ad943d14235ce8e8599477b340dbd75c076581e;hpb=39308b9999b42bf91aff860a71669ca13686c475 diff --git a/lustre/osd-ldiskfs/osd_iam.h b/lustre/osd-ldiskfs/osd_iam.h index e6c550c..ffb458c 100644 --- a/lustre/osd-ldiskfs/osd_iam.h +++ b/lustre/osd-ldiskfs/osd_iam.h @@ -447,15 +447,19 @@ struct iam_container { * Underlying flat file. IO against this object is issued to * read/write nodes. */ - struct inode *ic_object; + struct inode *ic_object; + /* + * BH of root block + */ + struct buffer_head *ic_root_bh; /* * container flavor. */ - struct iam_descr *ic_descr; + struct iam_descr *ic_descr; /* * read-write lock protecting index consistency. */ - cfs_rw_semaphore_t ic_sem; + cfs_rw_semaphore_t ic_sem; }; /*