From: Christoph Lameter Drop the version number since we do not have to manage patchsets anymore. I hope that the set of features for SLUB is complete now. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton --- mm/slub.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/slub.c~slub-core-drop-version-number mm/slub.c --- a/mm/slub.c~slub-core-drop-version-number +++ a/mm/slub.c @@ -2027,7 +2027,7 @@ void __init kmem_cache_init(void) kmem_size = offsetof(struct kmem_cache, cpu_slab) + nr_cpu_ids * sizeof(struct page *); - printk(KERN_INFO "SLUB V6: General Slabs=%d, HW alignment=%d, " + printk(KERN_INFO "SLUB: General Slabs=%d, HW alignment=%d, " "Processors=%d, Nodes=%d\n", KMALLOC_SHIFT_HIGH, L1_CACHE_BYTES, nr_cpu_ids, nr_node_ids); _