public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SLUB: detach SLUB_DEBUG and SYSFS
@ 2008-08-01  0:04 Alexey Dobriyan
  2008-08-01 13:28 ` Christoph Lameter
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Alexey Dobriyan @ 2008-08-01  0:04 UTC (permalink / raw)
  To: penberg, cl; +Cc: akpm, linux-kernel

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-08-05 14:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-01  0:04 [PATCH] SLUB: detach SLUB_DEBUG and SYSFS Alexey Dobriyan
2008-08-01 13:28 ` Christoph Lameter
2008-08-02  8:34 ` Pekka Enberg
2008-08-04 13:23   ` Christoph Lameter
2008-08-04 14:10     ` Pekka Enberg
2008-08-04 22:02       ` Alexey Dobriyan
2008-08-04 22:06         ` Pekka Enberg
2008-08-05 14:33         ` Christoph Lameter
2008-08-03 18:28 ` Max Krasnyansky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox