|
@@ -15,6 +15,10 @@ SUBSYS(cpu)
|
|
SUBSYS(cpuacct)
|
|
SUBSYS(cpuacct)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
+#if IS_ENABLED(CONFIG_BLK_CGROUP)
|
|
|
|
+SUBSYS(blkio)
|
|
|
|
+#endif
|
|
|
|
+
|
|
#if IS_ENABLED(CONFIG_MEMCG)
|
|
#if IS_ENABLED(CONFIG_MEMCG)
|
|
SUBSYS(memory)
|
|
SUBSYS(memory)
|
|
#endif
|
|
#endif
|
|
@@ -31,10 +35,6 @@ SUBSYS(freezer)
|
|
SUBSYS(net_cls)
|
|
SUBSYS(net_cls)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#if IS_ENABLED(CONFIG_BLK_CGROUP)
|
|
|
|
-SUBSYS(blkio)
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#if IS_ENABLED(CONFIG_CGROUP_PERF)
|
|
#if IS_ENABLED(CONFIG_CGROUP_PERF)
|
|
SUBSYS(perf_event)
|
|
SUBSYS(perf_event)
|
|
#endif
|
|
#endif
|