aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/cgroups
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2012-07-09 09:54:08 -0400
committerTejun Heo <tj@kernel.org>2012-07-09 12:56:23 -0400
commit496f1314f9cac3b59016b5af71ddf47e7a4eb2fb (patch)
tree4363b07df740c2c124ab9231f1bac72f6ec9f57a /Documentation/cgroups
parent6be96a5c905178637ec06a5d456a76b2b304fca3 (diff)
cgroup: Remove populate() documentation
This function was removed by 86f82d561864e902c70282b6f17cf590c0f34691. Signed-off-by: Daniel Wagner <daniel.wagner@bmw-carit.de> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Rob Landley <rob@landley.net> Cc: Paul Menage <paul@paulmenage.org> Cc: Li Zefan <lizf@cn.fujitsu.com> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Diffstat (limited to 'Documentation/cgroups')
-rw-r--r--Documentation/cgroups/cgroups.txt10
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
638Called during task exit. 638Called during task exit.
639 639
640int populate(struct cgroup *cgrp)
641(cgroup_mutex held by caller)
642
643Called after creation of a cgroup to allow a subsystem to populate
644the cgroup directory with file entries. The subsystem should make
645calls to cgroup_add_file() with objects of type cftype (see
646include/linux/cgroup.h for details). Note that although this
647method can return an error code, the error code is currently not
648always handled well.
649
650void post_clone(struct cgroup *cgrp) 640void post_clone(struct cgroup *cgrp)
651(cgroup_mutex held by caller) 641(cgroup_mutex held by caller)
652 642