From 6ee9afccbc7aa7a06976c3981caf01da8aa20d08 Mon Sep 17 00:00:00 2001 From: fanyong Date: Thu, 5 Oct 2006 04:24:38 +0000 Subject: [PATCH] This bug will cause lmv_intent_lookup assert. --- lustre/mdt/mdt_handler.c | 1 + 1 file changed, 1 insertion(+) 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; } } } -- 1.8.3.1