Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e62990
)
add lov_mds_md and len into ma_attr to receive lov ea.
author
huanghua
<huanghua>
Thu, 20 Jul 2006 10:36:10 +0000
(10:36 +0000)
committer
huanghua
<huanghua>
Thu, 20 Jul 2006 10:36:10 +0000
(10:36 +0000)
lustre/include/md_object.h
patch
|
blob
|
history
diff --git
a/lustre/include/md_object.h
b/lustre/include/md_object.h
index
d621288
..
1bbfc87
100644
(file)
--- 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;
};
/*