Whamcloud - gitweb
Branch HEAD
authorjohann <johann>
Wed, 19 Sep 2007 18:52:42 +0000 (18:52 +0000)
committerjohann <johann>
Wed, 19 Sep 2007 18:52:42 +0000 (18:52 +0000)
b=13358
i=nikita
i=bobijam

fix tiny nit in error message.

lustre/mdc/mdc_request.c

index e47f9f8..d70954a 100644 (file)
@@ -530,7 +530,7 @@ int mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req,
                 LASSERT(S_ISDIR(md->body->mode));
 
                 if (md->body->eadatasize == 0) {
-                        CERROR("OBD_MD_FLEASIZE is set, but eadatasize 0\n");
+                        CERROR("OBD_MD_FLDIREA is set, but eadatasize 0\n");
                         RETURN(-EPROTO);
                 }
                 if (md->body->valid & OBD_MD_MEA) {