From: yury Date: Thu, 28 Oct 2004 13:00:51 +0000 (+0000) Subject: - the same fix as in b_fid about lmv_intent_lookup() X-Git-Tag: 1.3.4~354 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=37ec4c8e1c4db60095585ae88f40c9570d65ea06;p=fs%2Flustre-release.git - the same fix as in b_fid about lmv_intent_lookup() --- diff --git a/lustre/lmv/lmv_intent.c b/lustre/lmv/lmv_intent.c index baea244..47b00fe 100644 --- a/lustre/lmv/lmv_intent.c +++ b/lustre/lmv/lmv_intent.c @@ -499,7 +499,7 @@ repeat: lmv_put_obj(obj); } } - rc = md_intent_lock(lmv->tgts[mds].ltd_exp, pfid, name, + rc = md_intent_lock(lmv->tgts[mds].ltd_exp, &rpfid, name, len, lmm, lmmsize, cfid, it, flags, reqp, cb_blocking); if (rc > 0) {