Whamcloud - gitweb
- fixed compile warning.
authoryury <yury>
Fri, 25 Aug 2006 10:34:40 +0000 (10:34 +0000)
committeryury <yury>
Fri, 25 Aug 2006 10:34:40 +0000 (10:34 +0000)
lustre/cmm/mdc_object.c

index 07bb234..f3bcba9 100644 (file)
@@ -165,7 +165,7 @@ static int mdc_object_create(const struct lu_context *ctx,
         struct mdc_device *mc = md2mdc_dev(md_obj2dev(mo));
         struct lu_attr *la = &ma->ma_attr;
         struct mdc_thread_info *mci;
-        char *symname;
+        const char *symname;
         int rc, symlen;
         ENTRY;