Whamcloud - gitweb
branch: b_new_cmd
authorericm <ericm>
Wed, 18 Oct 2006 23:08:52 +0000 (23:08 +0000)
committerericm <ericm>
Wed, 18 Oct 2006 23:08:52 +0000 (23:08 +0000)
minor fix for build breakage.

lustre/obdclass/mea.c

index da769e2..57839c2 100644 (file)
@@ -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;