diff options
Diffstat (limited to 'Documentation/cgroups/cgroups.txt')
-rw-r--r-- | Documentation/cgroups/cgroups.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cgroups/cgroups.txt b/Documentation/cgroups/cgroups.txt index 8c4f3466c894..0ed99f08f1f3 100644 --- a/Documentation/cgroups/cgroups.txt +++ b/Documentation/cgroups/cgroups.txt | |||
@@ -651,7 +651,7 @@ always handled well. | |||
651 | void post_clone(struct cgroup_subsys *ss, struct cgroup *cgrp) | 651 | void post_clone(struct cgroup_subsys *ss, struct cgroup *cgrp) |
652 | (cgroup_mutex held by caller) | 652 | (cgroup_mutex held by caller) |
653 | 653 | ||
654 | Called at the end of cgroup_clone() to do any parameter | 654 | Called during cgroup_create() to do any parameter |
655 | initialization which might be required before a task could attach. For | 655 | initialization which might be required before a task could attach. For |
656 | example in cpusets, no task may attach before 'cpus' and 'mems' are set | 656 | example in cpusets, no task may attach before 'cpus' and 'mems' are set |
657 | up. | 657 | up. |