mm: change per-VMA lock statistics to be disabled by default
authorSuren Baghdasaryan <surenb@google.com>
Fri, 28 Apr 2023 17:35:33 +0000 (10:35 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 3 May 2023 00:23:28 +0000 (17:23 -0700)
commit6152e53d9671b0ccc21c1bca842617b32ccfc5d8
tree9d475de31425be47f4d540217a9aff7056e6a2b4
parent3628d2bb155b0e4dfc1922a99de0631d3e2095d3
mm: change per-VMA lock statistics to be disabled by default

Change CONFIG_PER_VMA_LOCK_STATS to be disabled by default, as most users
don't need it.  Add configuration help to clarify its usage.

Link: https://lkml.kernel.org/r/20230428173533.18158-1-surenb@google.com
Fixes: 52f238653e45 ("mm: introduce per-VMA lock statistics")
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Reviewed-by: Lorenzo Stoakes <lstoakes@gmail.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/Kconfig.debug