[PATCH] SLUB: detach SLUB_DEBUG and SYSFS

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexey Dobriyan
Date: Thursday, July 31, 2008 - 5:04 pm

Right now, SYSFS=n means no SLUB debugging, no even basic poisoning,
to hell with tunables.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 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

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH -tip] x86: apic - use SET_APIC_DEST_FIELD macro, Cyrill Gorcunov, (Wed Jul 30, 8:50 am)
[PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Alexey Dobriyan, (Thu Jul 31, 5:04 pm)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Christoph Lameter, (Fri Aug 1, 6:28 am)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Pekka Enberg, (Sat Aug 2, 1:34 am)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Max Krasnyansky, (Sun Aug 3, 11:28 am)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Christoph Lameter, (Mon Aug 4, 6:23 am)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Pekka Enberg, (Mon Aug 4, 7:10 am)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Alexey Dobriyan, (Mon Aug 4, 3:02 pm)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Pekka Enberg, (Mon Aug 4, 3:06 pm)
Re: [PATCH] SLUB: detach SLUB_DEBUG and SYSFS, Christoph Lameter, (Tue Aug 5, 7:33 am)