mm/slub: fix help comment of SLUB_DEBUG
authorVernon Yang <vernon2gm@gmail.com>
Tue, 14 Mar 2023 07:16:01 +0000 (15:16 +0800)
committerVlastimil Babka <vbabka@suse.cz>
Fri, 17 Mar 2023 11:02:34 +0000 (12:02 +0100)
commit220a20ad140296243b621642ec3d0c46869efd02
tree266b87cb05a909d167a83226adc768c13688e75b
parent9ebe720eb93c5aa45e8523dae397d87628dc43e1
mm/slub: fix help comment of SLUB_DEBUG

Since commit ab4d5ed5eeda ("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: Vernon Yang <vernon2gm@gmail.com>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
mm/Kconfig.debug