X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Fmd_object.h;h=d245dd10a4ea7045f5f1541ad61814dcdc723b1d;hb=55ca00c3d1cd8635258ccbda27ee3f0f9b2966a8;hp=fb8c67f8bbb962b0eb1c19c4cfa3679d83845845;hpb=1f7613968c800f99ed074f17cd7ba1086847d2db;p=fs%2Flustre-release.git diff --git a/lustre/include/md_object.h b/lustre/include/md_object.h index fb8c67f..d245dd1 100644 --- a/lustre/include/md_object.h +++ b/lustre/include/md_object.h @@ -130,9 +130,11 @@ struct md_attr { struct md_som ma_som; struct lov_mds_md *ma_lmm; union lmv_mds_md *ma_lmv; + struct lmv_user_md *ma_default_lmv; void *ma_acl; int ma_lmm_size; int ma_lmv_size; + int ma_default_lmv_size; int ma_acl_size; };