]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pools: don't needlessly set a call mark during refilling of caches
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Feb 2022 08:26:59 +0000 (09:26 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Feb 2022 19:10:43 +0000 (20:10 +0100)
commitceabc5ca8ca8d8919bc95a545b1f2e0aff25ef18
treef001fbc3afb7795c79d438c9c90dd42e8d3d26d5
parentc895c441c7579db652e4ed976c14c2f5b2de0c0e
CLEANUP: pools: don't needlessly set a call mark during refilling of caches

When refilling caches from the shared cache, it's pointless to set the
pointer to the local pool since it may be overwritten immediately after
by the LIST_INSERT(). This is a leftover from the pre-2.4 code in fact.
It didn't hurt, though.
src/pool.c