diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index b36c0b033783..f54a3274da4f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1435,6 +1435,12 @@ struct task_struct { void *security; #endif + struct { + struct work_struct work; + atomic_t running; + bool free_stack; + } async_free; + /* * New fields for task_struct should be added above here, so that * they are included in the randomized portion of task_struct. |
