diff options
| -rw-r--r-- | Documentation/cgroups/cgroups.txt | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Documentation/cgroups/cgroups.txt b/Documentation/cgroups/cgroups.txt index e86faaea7d66..97a0d1a6a5ae 100644 --- a/Documentation/cgroups/cgroups.txt +++ b/Documentation/cgroups/cgroups.txt | |||
| @@ -637,16 +637,6 @@ void exit(struct task_struct *task) | |||
| 637 | 637 | ||
| 638 | Called during task exit. | 638 | Called during task exit. |
| 639 | 639 | ||
| 640 | int populate(struct cgroup *cgrp) | ||
| 641 | (cgroup_mutex held by caller) | ||
| 642 | |||
| 643 | Called after creation of a cgroup to allow a subsystem to populate | ||
| 644 | the cgroup directory with file entries. The subsystem should make | ||
| 645 | calls to cgroup_add_file() with objects of type cftype (see | ||
| 646 | include/linux/cgroup.h for details). Note that although this | ||
| 647 | method can return an error code, the error code is currently not | ||
| 648 | always handled well. | ||
| 649 | |||
| 650 | void post_clone(struct cgroup *cgrp) | 640 | void post_clone(struct cgroup *cgrp) |
| 651 | (cgroup_mutex held by caller) | 641 | (cgroup_mutex held by caller) |
| 652 | 642 | ||
