aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/cgroup.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 018f819405c8..df354ae079c1 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -49,16 +49,10 @@ extern const struct file_operations proc_cgroup_operations;
49#define IS_SUBSYS_ENABLED(option) IS_ENABLED(option) 49#define IS_SUBSYS_ENABLED(option) IS_ENABLED(option)
50enum cgroup_subsys_id { 50enum cgroup_subsys_id {
51#include <linux/cgroup_subsys.h> 51#include <linux/cgroup_subsys.h>
52 __CGROUP_TEMPORARY_PLACEHOLDER 52 CGROUP_SUBSYS_COUNT,
53}; 53};
54#undef IS_SUBSYS_ENABLED 54#undef IS_SUBSYS_ENABLED
55#undef SUBSYS 55#undef SUBSYS
56/*
57 * This define indicates the maximum number of subsystems that can be loaded
58 * at once. We limit to this many since cgroupfs_root has subsys_bits to keep
59 * track of all of them.
60 */
61#define CGROUP_SUBSYS_COUNT (BITS_PER_BYTE*sizeof(unsigned long))
62 56
63/* Per-subsystem/per-cgroup state maintained by the system. */ 57/* Per-subsystem/per-cgroup state maintained by the system. */
64struct cgroup_subsys_state { 58struct cgroup_subsys_state {