From: yury Date: Fri, 25 Aug 2006 10:34:40 +0000 (+0000) Subject: - fixed compile warning. X-Git-Tag: v1_8_0_110~486^2~1093 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f4c941fa5dc56c162da2a0962857467bf0cbaaed;p=fs%2Flustre-release.git - fixed compile warning. --- diff --git a/lustre/cmm/mdc_object.c b/lustre/cmm/mdc_object.c index 07bb234..f3bcba9 100644 --- a/lustre/cmm/mdc_object.c +++ b/lustre/cmm/mdc_object.c @@ -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;