MINOR: pools: make pool_evict_last_items() use pool_put_to_os_no_dec()
authorWilly Tarreau <w@1wt.eu>
Sat, 12 Aug 2023 10:34:09 +0000 (12:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 12 Aug 2023 17:04:34 +0000 (19:04 +0200)
commit29eed99b50cab02fa60dc799c932fe6b78690c02
tree73ed22b58571a45688ba3c6ad56780a13bf7be2a
parent7bf829ace1e90002da9f15cb94234c8104aca21f
MINOR: pools: make pool_evict_last_items() use pool_put_to_os_no_dec()

The bucket is already known, no need to calculate it again. Let's just
include the lower level functions.
src/pool.c