aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r--include/linux/cgroup.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 499900d0cee7..b837631fe499 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -342,7 +342,10 @@ int cgroup_task_count(const struct cgroup *cgrp);
342/* Return true if the cgroup is a descendant of the current cgroup */ 342/* Return true if the cgroup is a descendant of the current cgroup */
343int cgroup_is_descendant(const struct cgroup *cgrp); 343int cgroup_is_descendant(const struct cgroup *cgrp);
344 344
345/* Control Group subsystem type. See Documentation/cgroups.txt for details */ 345/*
346 * Control Group subsystem type.
347 * See Documentation/cgroups/cgroups.txt for details
348 */
346 349
347struct cgroup_subsys { 350struct cgroup_subsys {
348 struct cgroup_subsys_state *(*create)(struct cgroup_subsys *ss, 351 struct cgroup_subsys_state *(*create)(struct cgroup_subsys *ss,