From 072b80fd4b1f68aaac24bbf86df66a8223925c4d Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 8 Jun 2004 10:22:49 +0000 Subject: [PATCH] - lmv should accept IT_CHDIR intent --- 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 eb1f40b..14640c4 100644 --- a/lustre/lmv/lmv_intent.c +++ b/lustre/lmv/lmv_intent.c @@ -569,7 +569,7 @@ int lmv_intent_lock(struct obd_export *exp, struct ll_uctxt *uctxt, rc = lmv_intent_open(exp, uctxt, pfid, name, len, lmm, lmmsize, cfid, it, flags, reqp, cb_blocking); - else if (it->it_op == IT_GETATTR) + else if (it->it_op == IT_GETATTR || it->it_op == IT_CHDIR) rc = lmv_intent_getattr(exp, uctxt, pfid, name, len, lmm, lmmsize, cfid, it, flags, reqp, cb_blocking); -- 1.8.3.1