aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/cgroups.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/cgroups.txt b/Documentation/cgroups.txt
index 4717887fd75d..553727cc9944 100644
--- a/Documentation/cgroups.txt
+++ b/Documentation/cgroups.txt
@@ -504,6 +504,13 @@ include/linux/cgroup.h for details). Note that although this
504method can return an error code, the error code is currently not 504method can return an error code, the error code is currently not
505always handled well. 505always handled well.
506 506
507void post_clone(struct cgroup_subsys *ss, struct cgroup *cont)
508
509Called at the end of cgroup_clone() to do any paramater
510initialization which might be required before a task could attach. For
511example in cpusets, no task may attach before 'cpus' and 'mems' are set
512up.
513
507void bind(struct cgroup_subsys *ss, struct cgroup *root) 514void bind(struct cgroup_subsys *ss, struct cgroup *root)
508LL=callback_mutex 515LL=callback_mutex
509 516