commit | 62a627ac197fe69dcf60d87eac943c8f7f8de2f6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 25 18:06:46 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 05 16:02:22 2018 +0100 |
tree | ad466480823283c8037cdd34b80feac64ffb9190 | |
parent | 4d841863377e0a1b00238c4823fe1ae390ad33ab [diff] |
MEDIUM: poller: use atomic ops to update the fdtab mask We don't need to lock the fdtab[].lock anymore since we only have one modification left (update update_mask). Let's use an atomic AND instead.