From: Andrew Morton Cc: Christoph Lameter Cc: Pekka Enberg Signed-off-by: Andrew Morton --- include/linux/mm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mm_types.h~slub-provide-unique-end-marker-for-each-slab-fix include/linux/mm_types.h --- a/include/linux/mm_types.h~slub-provide-unique-end-marker-for-each-slab-fix +++ a/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 */ }; _