From: huanghua Date: Fri, 30 Jun 2006 15:40:57 +0000 (+0000) Subject: fix again the intent. X-Git-Tag: v1_8_0_110~486^2~1499 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=7f90b065062cab8096f17e9d7061eab9b387fe3c;p=fs%2Flustre-release.git fix again the intent. --- 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);