X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Flmv%2Flmv_intent.c;h=b14df18525c2ca4f71e508d3b0ba7d234d611aae;hp=925e55dbfe0fc9903f04ad862d528915fdc5da7d;hb=926c6309185a25a8ac1541cfa67910325ed8626f;hpb=d2fa1e4266926cc5cdf46be8da77227e626119b5 diff --git a/lustre/lmv/lmv_intent.c b/lustre/lmv/lmv_intent.c index 925e55d..b14df18 100644 --- a/lustre/lmv/lmv_intent.c +++ b/lustre/lmv/lmv_intent.c @@ -497,11 +497,11 @@ int lmv_intent_lookup(struct obd_export *exp, struct ll_uctxt *uctxt, lmv_put_obj(obj); } mds = rpfid.mds; - + CDEBUG(D_OTHER, "revalidate lookup for %lu/%lu/%lu to %d MDS\n", (unsigned long)cfid->mds, (unsigned long)cfid->id, (unsigned long)cfid->generation, mds); - + rc = md_intent_lock(lmv->tgts[mds].ltd_exp, uctxt, pfid, name, len, lmm, lmmsize, cfid, it, flags, reqp, cb_blocking);