From 79b57ad1203fa5dc830da3a0d6027bc59d426f1d Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 16 Jan 2014 15:07:12 -0500 Subject: Default to SLUB_DEBUG_ON not set We can flip it on at runtime if we need to, and this should help a performance hit people have been seeing for a while now. We'll enable it manually for merge window kernels. https://lists.fedoraproject.org/pipermail/kernel/2014-January/004810.html --- config-debug | 2 -- 1 file changed, 2 deletions(-) (limited to 'config-debug') diff --git a/config-debug b/config-debug index 8000b4e8..e2253260 100644 --- a/config-debug +++ b/config-debug @@ -26,8 +26,6 @@ CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y CONFIG_FAIL_IO_TIMEOUT=y CONFIG_FAIL_MMC_REQUEST=y -CONFIG_SLUB_DEBUG_ON=y - CONFIG_LOCK_STAT=y CONFIG_DEBUG_STACK_USAGE=y -- cgit