commit | 47ee44fb71cf88f85bbfc0d0981b4d2798f1d3ca | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jun 24 16:00:18 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 24 16:00:18 2021 +0200 |
tree | 1377a392e6538684a12d96ccc354b86e94e12780 | |
parent | 19c5581b43eb07c3e413cf1be076bd0b2c2becc7 [diff] |
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.