From 4014479ca097289fc444e3058b3cbdec48055908 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 7 Jan 2008 23:20:29 -0800 Subject: [PATCH] slub-provide-unique-end-marker-for-each-slab-fix Cc: Christoph Lameter Cc: Pekka Enberg Signed-off-by: Andrew Morton --- include/linux/mm_types.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 03ce7cb..b3db39d 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h @@ -64,7 +64,7 @@ struct page { #if NR_CPUS >= CONFIG_SPLIT_PTLOCK_CPUS spinlock_t ptl; #endif - struct { + struct { struct kmem_cache *slab; /* SLUB: Pointer to slab */ void *end; /* SLUB: end marker */ }; -- debian.1.5.3.7.1-dirty