Index: linux-2.6.21-rc6/mm/slub.c =================================================================== --- linux-2.6.21-rc6.orig/mm/slub.c 2007-04-12 18:29:31.000000000 -0700 +++ linux-2.6.21-rc6/mm/slub.c 2007-04-12 18:57:41.000000000 -0700 @@ -110,7 +110,7 @@ */ /* Enable to test recovery from slab corruption on boot */ -#undef SLUB_RESILIENCY_TEST +#define SLUB_RESILIENCY_TEST /* * Flags from the regular SLAB that SLUB does not support: @@ -569,7 +569,7 @@ static int check_slab(struct kmem_cache page, page->flags, page->mapping, - page_count(page));\ + page_count(page)); dump_stack(); return 0; }