From c183045b983621eaaea37de200245c9309fab94f Mon Sep 17 00:00:00 2001 From: ericm Date: Wed, 18 Oct 2006 23:08:52 +0000 Subject: [PATCH] branch: b_new_cmd minor fix for build breakage. --- lustre/obdclass/mea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/obdclass/mea.c b/lustre/obdclass/mea.c index da769e2..57839c2 100644 --- a/lustre/obdclass/mea.c +++ b/lustre/obdclass/mea.c @@ -142,7 +142,7 @@ int raw_name2idx(int hashtype, int count, const char *name, int namelen) return 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) { unsigned int c; -- 1.8.3.1