From 3a16526820f1b99c1abb53bf31987aa37d548aac Mon Sep 17 00:00:00 2001 From: huanghua Date: Thu, 20 Jul 2006 10:36:10 +0000 Subject: [PATCH] add lov_mds_md and len into ma_attr to receive lov ea. --- lustre/include/md_object.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; }; /* -- 1.8.3.1