From f4c941fa5dc56c162da2a0962857467bf0cbaaed Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 25 Aug 2006 10:34:40 +0000 Subject: [PATCH] - fixed compile warning. --- lustre/cmm/mdc_object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1