From 7f90b065062cab8096f17e9d7061eab9b387fe3c Mon Sep 17 00:00:00 2001 From: huanghua Date: Fri, 30 Jun 2006 15:40:57 +0000 Subject: [PATCH] fix again the intent. --- lustre/mdt/mdt_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 3b024df..193758e 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -1482,7 +1482,7 @@ static int mdt_intent_getattr(enum mdt_it_code opcode, else intent_set_disposition(ldlm_rep, DISP_LOOKUP_POS); ldlm_rep->lock_policy_res2 = rc; - intent_set_disposition(rep, DISP_IT_EXECD); + intent_set_disposition(ldlm_rep, DISP_IT_EXECD); intent_set_disposition(ldlm_rep, DISP_LOOKUP_EXECD); -- 1.8.3.1