diff options
Diffstat (limited to 'include/linux/cgroup.h')
| -rw-r--r-- | include/linux/cgroup.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index bdfdb3a1a83c..a9dcf0e76865 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
| @@ -42,6 +42,10 @@ struct css_task_iter { | |||
| 42 | struct list_head *task_pos; | 42 | struct list_head *task_pos; |
| 43 | struct list_head *tasks_head; | 43 | struct list_head *tasks_head; |
| 44 | struct list_head *mg_tasks_head; | 44 | struct list_head *mg_tasks_head; |
| 45 | |||
| 46 | struct css_set *cur_cset; | ||
| 47 | struct task_struct *cur_task; | ||
| 48 | struct list_head iters_node; /* css_set->task_iters */ | ||
| 45 | }; | 49 | }; |
| 46 | 50 | ||
| 47 | extern struct cgroup_root cgrp_dfl_root; | 51 | extern struct cgroup_root cgrp_dfl_root; |
