diff options
author | Li Zefan <lizefan@huawei.com> | 2013-03-29 14:44:42 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-04-10 13:54:22 +0200 |
commit | 479f614110b889d5783acdaec865ede3cdb96b97 (patch) | |
tree | d125a16e1118d7d42125d764843a3869e2f60d4a /include/linux/cgroup.h | |
parent | a2b0ae25fc8bfeeb4022b8e847ab811b3c8368d1 (diff) | |
download | talos-op-linux-479f614110b889d5783acdaec865ede3cdb96b97.tar.gz talos-op-linux-479f614110b889d5783acdaec865ede3cdb96b97.zip |
cgroup: Kill subsys.active flag
The only user was cpuacct.
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Li Zefan <lizefan@huawei.com>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/5155385A.4040207@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/cgroup.h')
-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 900af5964f55..95c02c0e35b3 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -458,7 +458,6 @@ struct cgroup_subsys { void (*bind)(struct cgroup *root); int subsys_id; - int active; int disabled; int early_init; /* |