diff options
Diffstat (limited to 'Documentation/cgroups/cgroups.txt')
-rw-r--r-- | Documentation/cgroups/cgroups.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/cgroups/cgroups.txt b/Documentation/cgroups/cgroups.txt index 24cdf76bd20c..bcf1a00b06a1 100644 --- a/Documentation/cgroups/cgroups.txt +++ b/Documentation/cgroups/cgroups.txt | |||
@@ -642,14 +642,6 @@ void exit(struct task_struct *task) | |||
642 | 642 | ||
643 | Called during task exit. | 643 | Called during task exit. |
644 | 644 | ||
645 | void post_clone(struct cgroup *cgrp) | ||
646 | (cgroup_mutex held by caller) | ||
647 | |||
648 | Called during cgroup_create() to do any parameter | ||
649 | initialization which might be required before a task could attach. For | ||
650 | example, in cpusets, no task may attach before 'cpus' and 'mems' are set | ||
651 | up. | ||
652 | |||
653 | void bind(struct cgroup *root) | 645 | void bind(struct cgroup *root) |
654 | (cgroup_mutex held by caller) | 646 | (cgroup_mutex held by caller) |
655 | 647 | ||