On Fri, Feb 10, 2023 at 10:18 PM <andrey.konovalov@xxxxxxxxx> wrote: > > From: Andrey Konovalov <andreyknvl@xxxxxxxxxx> > > Stack depot uses next_pool_inited to mark that either the next pool is > initialized or the limit on the number of pools is reached. However, > the flag name only reflects the former part of its purpose, which is > confusing. > > Rename next_pool_inited to next_pool_required and invert its value. > > Also annotate usages of next_pool_required with comments. > > Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx> Reviewed-by: Alexander Potapenko <glider@xxxxxxxxxx>