aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLi Zefan <lizefan@huawei.com>2013-03-29 02:44:42 -0400
committerIngo Molnar <mingo@kernel.org>2013-04-10 07:54:22 -0400
commit479f614110b889d5783acdaec865ede3cdb96b97 (patch)
treed125a16e1118d7d42125d764843a3869e2f60d4a /include
parenta2b0ae25fc8bfeeb4022b8e847ab811b3c8368d1 (diff)
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')
-rw-r--r--include/linux/cgroup.h1
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 {
458 void (*bind)(struct cgroup *root); 458 void (*bind)(struct cgroup *root);
459 459
460 int subsys_id; 460 int subsys_id;
461 int active;
462 int disabled; 461 int disabled;
463 int early_init; 462 int early_init;
464 /* 463 /*