From: vitaly Date: Tue, 3 Oct 2006 19:30:50 +0000 (+0000) Subject: Branch b_new_cmd X-Git-Tag: v1_8_0_110~486^2~712 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fc61bc850d259aeb7d99ce4c11bbc42bc743f538;p=fs%2Flustre-release.git Branch b_new_cmd pass the correct pointer to mdd_get_md --- diff --git a/lustre/mdd/mdd_lov.c b/lustre/mdd/mdd_lov.c index 86ab588..ac48d69 100644 --- 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);