commit | 07308677ddcc7f47567a98f51ad0c0bd0e3a49a0 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Oct 03 14:55:34 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Thu Oct 03 14:55:40 2019 +0200 |
tree | 3768f19467e58f0b1fefdadbc0c3bacb1621f0c4 | |
parent | c2ea47fb18664ac68d94da2fe0b30e1a626aa869 [diff] |
BUG/MEDIUM: tasks: Don't forget to decrement tasks_run_queue. When executing tasks, don't forget to decrement tasks_run_queue once we popped one task from the task_list. tasks_run_queue used to be decremented by __tasklet_remove_from_tasklet_list(), but we now call MT_LIST_POP().