From: fanyong Date: Thu, 5 Oct 2006 04:24:38 +0000 (+0000) Subject: This bug will cause lmv_intent_lookup assert. X-Git-Tag: v1_8_0_110~486^2~699 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=6ee9afccbc7aa7a06976c3981caf01da8aa20d08;p=fs%2Flustre-release.git This bug will cause lmv_intent_lookup assert. --- diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 292c4c3..4c36945 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -381,6 +381,7 @@ static int mdt_getattr_internal(struct mdt_thread_info *info, } else { repbody->aclsize = rc; repbody->valid |= OBD_MD_FLACL; + rc = 0; } } }