|
@@ -264,13 +264,14 @@ enum {
|
|
|
*
|
|
|
* - Remount is disallowed.
|
|
|
*
|
|
|
- * - memcg: use_hierarchy is on by default and the cgroup file for
|
|
|
- * the flag is not created.
|
|
|
+ * - "tasks" is removed. Everything should be at process
|
|
|
+ * granularity. Use "cgroup.procs" instead.
|
|
|
*
|
|
|
- * The followings are planned changes.
|
|
|
+ * - "release_agent" and "notify_on_release" are removed.
|
|
|
+ * Replacement notification mechanism will be implemented.
|
|
|
*
|
|
|
- * - release_agent will be disallowed once replacement notification
|
|
|
- * mechanism is implemented.
|
|
|
+ * - memcg: use_hierarchy is on by default and the cgroup file for
|
|
|
+ * the flag is not created.
|
|
|
*/
|
|
|
CGRP_ROOT_SANE_BEHAVIOR = (1 << 0),
|
|
|
|