diff options
author | Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com> | 2009-02-04 04:12:08 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:22:02 -0400 |
commit | 21acb9caa2e30b100e9a1943d995bb99d40f4035 (patch) | |
tree | 0c09bde664cb75b0b5e27745628ab458e2472f60 /include/linux/cgroup.h | |
parent | 6d5e147dd034d9ceedc89fe39f4284700944f0c8 (diff) |
trivial: fix where cgroup documentation is not correctly referred to
cgroup documentation was moved to Documentation/cgroups/. There are some
places that still refer to Documentation/controllers/,
Documentation/cgroups.txt and Documentation/cpusets.txt. Fix those.
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Reviewed-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r-- | include/linux/cgroup.h | 5 |
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 */ |
343 | int cgroup_is_descendant(const struct cgroup *cgrp); | 343 | int 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 | ||
347 | struct cgroup_subsys { | 350 | struct cgroup_subsys { |
348 | struct cgroup_subsys_state *(*create)(struct cgroup_subsys *ss, | 351 | struct cgroup_subsys_state *(*create)(struct cgroup_subsys *ss, |