BUG/MINOR: queue/debug: use the correct lock labels on the queue lock
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Jun 2021 14:00:18 +0000 (16:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Jun 2021 14:00:18 +0000 (16:00 +0200)
commit47ee44fb71cf88f85bbfc0d0981b4d2798f1d3ca
tree1377a392e6538684a12d96ccc354b86e94e12780
parent19c5581b43eb07c3e413cf1be076bd0b2c2becc7
BUG/MINOR: queue/debug: use the correct lock labels on the queue lock

A dedicated queue lock was added by commit 16fbdda3c ("MEDIUM: queue:
use a dedicated lock for the queues (v2)") but during its rebase, some
labels were lost and left to SERVER_LOCK / PROXY_LOCK instead of
QUEUE_LOCK. It's harmless but can confuse the lock debugger, so better
fix it.

No backport is needed.
src/queue.c