diff options
author | Daniel Wagner <[email protected]> | 2012-07-09 15:54:08 +0200 |
---|---|---|
committer | Tejun Heo <[email protected]> | 2012-07-09 09:56:23 -0700 |
commit | 496f1314f9cac3b59016b5af71ddf47e7a4eb2fb (patch) | |
tree | 4363b07df740c2c124ab9231f1bac72f6ec9f57a | |
parent | 6be96a5c905178637ec06a5d456a76b2b304fca3 (diff) |
cgroup: Remove populate() documentation
This function was removed by 86f82d561864e902c70282b6f17cf590c0f34691.
Signed-off-by: Daniel Wagner <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
Cc: Rob Landley <[email protected]>
Cc: Paul Menage <[email protected]>
Cc: Li Zefan <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
-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) Called during task exit. -int populate(struct cgroup *cgrp) -(cgroup_mutex held by caller) - -Called after creation of a cgroup to allow a subsystem to populate -the cgroup directory with file entries. The subsystem should make -calls to cgroup_add_file() with objects of type cftype (see -include/linux/cgroup.h for details). Note that although this -method can return an error code, the error code is currently not -always handled well. - void post_clone(struct cgroup *cgrp) (cgroup_mutex held by caller) |