commit | b30a153cd1238b156d558adf42468af362c10b73 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Jan 31 16:37:34 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jan 31 17:45:10 2020 +0100 |
tree | 0715a3944996c7b6e480f53f06c2af478b26b785 | |
parent | d23d413e3878d164a89175795df7d9134f048211 [diff] |
MINOR: task: detect self-wakeups on tl==sched->current instead of TASK_RUNNING This is exactly what we want to detect (a task/tasklet waking itself), so let's use the proper condition for this.