diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 942e68705577..8118a3120378 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -558,6 +558,7 @@ static inline struct cgroup* task_cgroup(struct task_struct *task, | |||
558 | 558 | ||
559 | struct cgroup *cgroup_next_descendant_pre(struct cgroup *pos, | 559 | struct cgroup *cgroup_next_descendant_pre(struct cgroup *pos, |
560 | struct cgroup *cgroup); | 560 | struct cgroup *cgroup); |
561 | struct cgroup *cgroup_rightmost_descendant(struct cgroup *pos); | ||
561 | 562 | ||
562 | /** | 563 | /** |
563 | * cgroup_for_each_descendant_pre - pre-order walk of a cgroup's descendants | 564 | * cgroup_for_each_descendant_pre - pre-order walk of a cgroup's descendants |