From db7d8c1b779adb7aacdb0a95f18e8b7658977ca6 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Mon, 9 Jul 2012 15:54:08 +0200 Subject: [PATCH] --- yaml --- r: 316730 b: refs/heads/master c: 496f1314f9cac3b59016b5af71ddf47e7a4eb2fb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Documentation/cgroups/cgroups.txt | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 7835951c5f9a..499b03b54411 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6be96a5c905178637ec06a5d456a76b2b304fca3 +refs/heads/master: 496f1314f9cac3b59016b5af71ddf47e7a4eb2fb diff --git a/trunk/Documentation/cgroups/cgroups.txt b/trunk/Documentation/cgroups/cgroups.txt index e86faaea7d66..97a0d1a6a5ae 100644 --- a/trunk/Documentation/cgroups/cgroups.txt +++ b/trunk/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)