diff options
author | Tejun Heo <tj@kernel.org> | 2013-04-12 13:29:04 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2013-04-12 13:29:04 -0400 |
commit | 26d5bbe5ba2073fc7ef9e69a55543b2376f5bad0 (patch) | |
tree | d4dcfdec4d3046bb3cee35864264669d44a3a3dc /include | |
parent | ef824fa129b7579f56b92d466ecda2e378879806 (diff) |
Revert "cgroup: remove bind() method from cgroup_subsys."
This reverts commit 84cfb6ab484b442d5115eb3baf9db7d74a3ea626. There
are scheduled changes which make use of the removed callback.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Rami Rosen <ramirose@gmail.com>
Cc: Li Zefan <lizefan@huawei.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index a2b9d4b13369..45aee0fc6b98 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h | |||
@@ -484,6 +484,8 @@ struct cgroup_subsys { | |||
484 | void (*fork)(struct task_struct *task); | 484 | void (*fork)(struct task_struct *task); |
485 | void (*exit)(struct cgroup *cgrp, struct cgroup *old_cgrp, | 485 | void (*exit)(struct cgroup *cgrp, struct cgroup *old_cgrp, |
486 | struct task_struct *task); | 486 | struct task_struct *task); |
487 | void (*bind)(struct cgroup *root); | ||
488 | |||
487 | int subsys_id; | 489 | int subsys_id; |
488 | int active; | 490 | int active; |
489 | int disabled; | 491 | int disabled; |