From: Christoph Lameter Date: Tue, 17 Jul 2007 11:03:32 +0000 (-0700) Subject: Make SLUB the default allocator X-Git-Tag: v2.6.23-rc1~732 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0acd820807680d2ccc4ef3448387fcdbf152c73;p=linux-2.6 Make SLUB the default allocator There are some reports that 2.6.22 has SLUB as the default. Not true! This will make SLUB the default for 2.6.23. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/init/Kconfig b/init/Kconfig index 0b0e29ed82..e2056828dc 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -546,7 +546,7 @@ config SLUB_DEBUG choice prompt "Choose SLAB allocator" - default SLAB + default SLUB help This option allows to select a slab allocator.