]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/stackdepot: rename stack_depot_disable
authorAndrey Konovalov <andreyknvl@google.com>
Fri, 10 Feb 2023 21:15:52 +0000 (22:15 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 10 Feb 2023 23:36:10 +0000 (15:36 -0800)
commit2864485e2fdcea319784ba974fba4f45ebda26ef
tree41b19bc11156f7e3334d507cdc82bfcb13e2424f
parent38099b994bfea383d9a5136c7470859b7b9d62bb
lib/stackdepot: rename stack_depot_disable

Rename stack_depot_disable to stack_depot_disabled to make its name look
similar to the names of other stack depot flags.

Also put stack_depot_disabled's definition together with the other flags.

Also rename is_stack_depot_disabled to disable_stack_depot: this name
looks more conventional for a function that processes a boot parameter.

No functional changes.

Link: https://lkml.kernel.org/r/d78a07d222e689926e5ead229e4a2e3d87dc9aa7.1676063693.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/stackdepot.c