]> git.karo-electronics.de Git - linux-beck.git/commitdiff
cgroup: update sane_behavior documentation
authorTejun Heo <tj@kernel.org>
Fri, 14 Jun 2013 02:58:38 +0000 (19:58 -0700)
committerTejun Heo <tj@kernel.org>
Fri, 14 Jun 2013 03:02:26 +0000 (20:02 -0700)
f12dc02014 ("cgroup: mark "tasks" cgroup file as insane") and
cc5943a781 ("cgroup: mark "notify_on_release" and "release_agent"
cgroup files insane") forgot to update the changed behavior
documentation in cgroup.h.  Update it.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cgroup.h

index b7bd4beae29467e35b5fd59227c63eb946da232c..17604767adfd4063f2646aebdb4608524103d05a 100644 (file)
@@ -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),