]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/stackdepot: rename next_pool_required to new_pool_required
authorAndrey Konovalov <andreyknvl@google.com>
Mon, 20 Nov 2023 17:47:07 +0000 (18:47 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 20 Nov 2023 21:16:38 +0000 (13:16 -0800)
commitdb84b015e2cf0880d6816a88471110c87e6d6d42
tree4cfb9c4a36b3a09bd8f1f01968c1d2160b53c12c
parent2ba72201c26388658a1b4b1e4dd3075d080ebb38
lib/stackdepot: rename next_pool_required to new_pool_required

Rename next_pool_required to new_pool_required.

This a purely code readability change: the following patch will change
stack depot to store the pointer to the new pool in a separate variable,
and "new" seems like a more logical name.

Link: https://lkml.kernel.org/r/fd7cd6c6eb250c13ec5d2009d75bb4ddd1470db9.1700502145.git.andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Reviewed-by: Alexander Potapenko <glider@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Evgenii Stepanov <eugenis@google.com>
Cc: Marco Elver <elver@google.com>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/stackdepot.c