commit | dbae89e09cc80cc14e50a8e00f53848a1591b302 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 12 10:00:50 2022 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Wed Oct 12 14:19:05 2022 +0200 |
tree | 670b746da23526bdbaf2c32b113eb5eaf41614c0 | |
parent | eb23e3e2434653c86f55ef8fe83a3834c1ecced8 [diff] |
MEDIUM: stick-table: always use atomic ops to requeue the table's task We're generalizing the change performed in previous commit "MEDIUM: stick-table: requeue the expiration task out of the exclusive lock" to stktable_requeue_exp() so that it can also be used by callers of __stktable_store(). At the moment there's still no visible change since it's still called under the write lock. However, the previous code in stitable_touch_with_exp() was updated to use this function.