Whamcloud - gitweb
This bug will cause lmv_intent_lookup assert.
authorfanyong <fanyong>
Thu, 5 Oct 2006 04:24:38 +0000 (04:24 +0000)
committerfanyong <fanyong>
Thu, 5 Oct 2006 04:24:38 +0000 (04:24 +0000)
lustre/mdt/mdt_handler.c

index 292c4c3..4c36945 100644 (file)
@@ -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;
                         }
                 }
         }