From a068759670c8966a389d28e93976f261fca97da9 Mon Sep 17 00:00:00 2001 From: tappro Date: Wed, 18 Oct 2006 22:24:30 +0000 Subject: [PATCH] - addition to previous commit. --- lustre/include/obd_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 1.8.3.1