commit | e85ee7b66326d146931ffbb99700bef2de411a36 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Jul 26 14:57:49 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 26 15:00:58 2018 +0200 |
tree | 803e2fd7fc153a211761a18fb6e10373b9b3521c | |
parent | 9a77186cb08f910d927e4410d315dedddf65b12d [diff] |
BUG/MEDIUM: tasks: Decrement rqueue_size at the right time. We need to decrement requeue_size when we remove a task form rqueue_local, not when we remove if from the task list, or we'd also decrement it for any tasklet, that was never in the rqueue in the first place.