X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_iam.h;h=ffb458c49b4dc7a1019933f4a1690ff8dafb4e25;hb=01138321c7ce393c189a7ed11559c0938ce9f17e;hp=e6c550c05fd53e742209e6a1eb5d21862c78118b;hpb=b79078ebbdcf210225893b4ffb45f2b8e9e51b75;p=fs%2Flustre-release.git 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; }; /*