commit | de82aeaa262cbb2e06ff2dcb227f6015f0ff8132 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Wed Apr 17 19:10:22 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Wed Apr 17 19:28:01 2019 +0200 |
tree | 5e1e8209f258d75731a4d4e8e831134dad1a3e8f | |
parent | b038007ae835ea2ed9b40532d94696a642814e9e [diff] |
BUG/MEDIUM: tasks: Make sure we modify global_tasks_mask with the rq_lock. When modifying global_tasks_mask, make sure we hold the rq_lock, or we might remove the bit while it has been re-set by somebody else, and we make not be waked when needed.