Whamcloud - gitweb
- the same fix as in b_fid about lmv_intent_lookup()
authoryury <yury>
Thu, 28 Oct 2004 13:00:51 +0000 (13:00 +0000)
committeryury <yury>
Thu, 28 Oct 2004 13:00:51 +0000 (13:00 +0000)
lustre/lmv/lmv_intent.c

index baea244..47b00fe 100644 (file)
@@ -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) {