From 37ec4c8e1c4db60095585ae88f40c9570d65ea06 Mon Sep 17 00:00:00 2001 From: yury Date: Thu, 28 Oct 2004 13:00:51 +0000 Subject: [PATCH] - the same fix as in b_fid about lmv_intent_lookup() --- lustre/lmv/lmv_intent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 1.8.3.1