commit | a0fdce3950bc499478a747300c0d8929df5360a4 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Jun 12 14:31:08 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Wed Jun 12 14:36:24 2019 +0200 |
tree | 396ea7441fd36357e1da55ececfe4eaa4453e79e | |
parent | ca3551f005ba48f4936b0a9e10324a1f4434f632 [diff] |
MINOR: fd: Don't use atomic operations when it's not needed. In updt_fd_polling(), when updating fd_nbupdt, there's no need to use an atomic operation, as it's a TLS variable.