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:
7d32abb
)
Branch b_new_cmd
author
vitaly
<vitaly>
Tue, 3 Oct 2006 19:30:50 +0000
(19:30 +0000)
committer
vitaly
<vitaly>
Tue, 3 Oct 2006 19:30:50 +0000
(19:30 +0000)
pass the correct pointer to mdd_get_md
lustre/mdd/mdd_lov.c
patch
|
blob
|
history
diff --git
a/lustre/mdd/mdd_lov.c
b/lustre/mdd/mdd_lov.c
index
86ab588
..
ac48d69
100644
(file)
--- a/
lustre/mdd/mdd_lov.c
+++ b/
lustre/mdd/mdd_lov.c
@@
-300,7
+300,7
@@
int mdd_lov_set_md(const struct lu_env *env, struct mdd_object *pobj,
/* Get parent dir stripe and set */
if (pobj != NULL)
- rc = mdd_get_md(env, pobj,
&
lmm, &size,
+ rc = mdd_get_md(env, pobj, lmm, &size,
MDS_LOV_MD_NAME);
if (rc > 0) {
buf = mdd_buf_get(env, lmm, size);