diff options
author | Tejun Heo <tj@kernel.org> | 2012-04-10 13:16:36 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2012-04-11 12:16:48 -0400 |
commit | 86f82d561864e902c70282b6f17cf590c0f34691 (patch) | |
tree | 1f4021c8de07899152b00ddce36f09192ee78395 /include | |
parent | cbe128e348e5994516304f94865ff90c40c1c5ae (diff) |
cgroup: remove cgroup_subsys->populate()
With memcg converted, cgroup_subsys->populate() doesn't have any user
left. Remove it.
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cgroup.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 565c8034e6c8..d3f5fba2c159 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -472,7 +472,6 @@ struct cgroup_subsys { | |||
472 | void (*fork)(struct task_struct *task); | 472 | void (*fork)(struct task_struct *task); |
473 | void (*exit)(struct cgroup *cgrp, struct cgroup *old_cgrp, | 473 | void (*exit)(struct cgroup *cgrp, struct cgroup *old_cgrp, |
474 | struct task_struct *task); | 474 | struct task_struct *task); |
475 | int (*populate)(struct cgroup_subsys *ss, struct cgroup *cgrp); | ||
476 | void (*post_clone)(struct cgroup *cgrp); | 475 | void (*post_clone)(struct cgroup *cgrp); |
477 | void (*bind)(struct cgroup *root); | 476 | void (*bind)(struct cgroup *root); |
478 | 477 | ||