From: huanghua Date: Thu, 20 Jul 2006 10:36:10 +0000 (+0000) Subject: add lov_mds_md and len into ma_attr to receive lov ea. X-Git-Tag: v1_8_0_110~486^2~1377 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3a16526820f1b99c1abb53bf31987aa37d548aac;p=fs%2Flustre-release.git add lov_mds_md and len into ma_attr to receive lov ea. --- diff --git a/lustre/include/md_object.h b/lustre/include/md_object.h index d621288..1bbfc87 100644 --- a/lustre/include/md_object.h +++ b/lustre/include/md_object.h @@ -53,8 +53,10 @@ enum ma_valid { }; struct md_attr { - __u64 ma_valid; - struct lu_attr ma_attr; + __u64 ma_valid; + struct lu_attr ma_attr; + struct lov_mds_md *ma_lmm; + int ma_lmm_size; }; /*