]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/cgroup-defs.h
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
[thirdparty/linux.git] / include / linux / cgroup-defs.h
index 68c391f451d156c1add8ef5d9e0abe0b6d37c101..52661155f85fd935f930c9fe1c3990257c8302a1 100644 (file)
@@ -94,6 +94,11 @@ enum {
         * Enable legacy local memory.events.
         */
        CGRP_ROOT_MEMORY_LOCAL_EVENTS = (1 << 5),
+
+       /*
+        * Enable recursive subtree protection
+        */
+       CGRP_ROOT_MEMORY_RECURSIVE_PROT = (1 << 6),
 };
 
 /* cftype->flags */