commit | cbdb528a7635be502949651016aeea938feb4479 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 12 10:04:01 2022 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 12 14:19:05 2022 +0200 |
tree | ee217b115d2fdda05c10dcb57547a7d219425803 | |
parent | dbae89e09cc80cc14e50a8e00f53848a1591b302 [diff] |
MEDIUM: stick-table: requeue the wakeup task out of the write lock We don't need to call stktable_requeue_exp() with the table's lock held anymore, so let's move it out. It should slightly reduce the contention on the write lock, though it is now already quite low.