Commit 220a20ad authored by Vernon Yang's avatar Vernon Yang Committed by Vlastimil Babka

mm/slub: fix help comment of SLUB_DEBUG

Since commit ab4d5ed5 ("slub: Enable sysfs support for
!CONFIG_SLUB_DEBUG"), disabling SLUB_DEBUG no longer disables sysfs
support completely, so fix the description. Also update the path to
/sys/kernel/slab.
Signed-off-by: default avatarVernon Yang <vernon2gm@gmail.com>
Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent 9ebe720e
...@@ -60,9 +60,9 @@ config SLUB_DEBUG ...@@ -60,9 +60,9 @@ config SLUB_DEBUG
select STACKDEPOT if STACKTRACE_SUPPORT select STACKDEPOT if STACKTRACE_SUPPORT
help help
SLUB has extensive debug support features. Disabling these can SLUB has extensive debug support features. Disabling these can
result in significant savings in code size. This also disables result in significant savings in code size. While /sys/kernel/slab
SLUB sysfs support. /sys/slab will not exist and there will be will still exist (with SYSFS enabled), it will not provide e.g. cache
no support for cache validation etc. validation.
config SLUB_DEBUG_ON config SLUB_DEBUG_ON
bool "SLUB debugging on by default" bool "SLUB debugging on by default"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment