commit | 62ac84f84300231f68a0ea08ce30e7ce7dc6236d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 05 10:11:13 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 05 10:13:38 2017 +0100 |
tree | 0042f1dbeaf1e887d2b575bfafdd5cf61ebe8e7c | |
parent | 73247e0757eaf98cf1ae847f2675087b14efa088 [diff] |
CLEANUP: checks: remove return statements in locked functions Given that all spinning loops we've had since 1.8-rc1 were caused by unbalanced lock/unlock, let's get rid of all return statements in the locked check functions and only exit via a a single unlock place.