Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS

From: Max Krasnyansky
Date: Sun Aug 03 2008 - 14:28:23 EST




Alexey Dobriyan wrote:
> Right now, SYSFS=n means no SLUB debugging, no even basic poisoning,
> to hell with tunables.
>
> Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
> ---
>
> init/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -736,7 +736,7 @@ config VM_EVENT_COUNTERS
> config SLUB_DEBUG
> default y
> bool "Enable SLUB debugging support" if EMBEDDED
> - depends on SLUB && SYSFS
> + depends on SLUB
> help
> SLUB has extensive debug support features. Disabling these can
> result in significant savings in code size. This also disables

While at it, can you guys move this into lib/Kconfig.debug ?

Max
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/