From: tappro Date: Wed, 18 Oct 2006 22:24:30 +0000 (+0000) Subject: - addition to previous commit. X-Git-Tag: v1_8_0_110~486^2~456 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=a068759670c8966a389d28e93976f261fca97da9;p=fs%2Flustre-release.git - addition to previous commit. --- diff --git a/lustre/include/obd_class.h b/lustre/include/obd_class.h index 0f45852..7eb0396 100644 --- a/lustre/include/obd_class.h +++ b/lustre/include/obd_class.h @@ -1958,7 +1958,7 @@ void class_init_uuidlist(void); void class_exit_uuidlist(void); /* mea.c */ -int mea_name2idx(struct lmv_stripe_md *mea, char *name, int namelen); +int mea_name2idx(struct lmv_stripe_md *mea, const char *name, int namelen); int raw_name2idx(int hashtype, int count, const char *name, int namelen); #endif /* __LINUX_OBD_CLASS_H */