diff options
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index bb8feb9feccd..788c4964c142 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -348,8 +348,8 @@ int cgroup_path(const struct cgroup *cgrp, char *buf, int buflen); | |||
348 | 348 | ||
349 | int cgroup_task_count(const struct cgroup *cgrp); | 349 | int cgroup_task_count(const struct cgroup *cgrp); |
350 | 350 | ||
351 | /* Return true if the cgroup is a descendant of the current cgroup */ | 351 | /* Return true if cgrp is a descendant of the task's cgroup */ |
352 | int cgroup_is_descendant(const struct cgroup *cgrp); | 352 | int cgroup_is_descendant(const struct cgroup *cgrp, struct task_struct *task); |
353 | 353 | ||
354 | /* Control Group subsystem type. See Documentation/cgroups.txt for details */ | 354 | /* Control Group subsystem type. See Documentation/cgroups.txt for details */ |
355 | 355 | ||