commit | 64a47b943cd51ba23986663ee80f1884c9f76a2f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 20 11:09:00 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon May 20 11:26:12 2019 +0200 |
tree | f1280de71b2c9039b2bcb50f59a2737c332d3e41 | |
parent | 619a95f5ad090d2ed6195dd794b244ebe6a9317d [diff] |
CLEANUP: memory: make the fault injection code use the OTHER_LOCK label The mem_should_fail() function sets a lock while it's building its messages, and when this was done there was no relevant label available hence the confusing use of START_LOCK. Now OTHER_LOCK is available for such use cases, so let's switch to this one instead as START_LOCK is going to disappear.