[patch][2.5.56] fix compile error mm/slab.c __slab_error

From: Zwane Mwaikambo (zwane@holomorphy.com)
Date: Fri Jan 10 2003 - 16:53:06 EST


mm/slab.c: In function `slab_destroy':
mm/slab.c:803: warning: passing arg 1 of `__slab_error' discards qualifiers from pointer target type

Index: linux-2.5.56/mm/slab.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.56/mm/slab.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 slab.c
--- linux-2.5.56/mm/slab.c 10 Jan 2003 21:23:45 -0000 1.1.1.1
+++ linux-2.5.56/mm/slab.c 10 Jan 2003 21:41:17 -0000
@@ -502,7 +502,7 @@

 #define slab_error(cachep, msg) __slab_error(__FUNCTION__, cachep, msg)

-static void __slab_error(char *function, kmem_cache_t *cachep, char *msg)
+static void __slab_error(const char *function, kmem_cache_t *cachep, char *msg)
 {
         printk(KERN_ERR "slab error in %s(): cache `%s': %s\n",
                 function, cachep->name, msg);

-- 
function.linuxpower.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Wed Jan 15 2003 - 22:00:35 EST