Commit f63674fd authored by Tejun Heo's avatar Tejun Heo

cgroup: update sane_behavior documentation

f12dc020 ("cgroup: mark "tasks" cgroup file as insane") and
cc5943a7 ("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: default avatarTejun Heo <tj@kernel.org>
parent d3daf28d
...@@ -264,13 +264,14 @@ enum { ...@@ -264,13 +264,14 @@ enum {
* *
* - Remount is disallowed. * - Remount is disallowed.
* *
* - memcg: use_hierarchy is on by default and the cgroup file for * - "tasks" is removed. Everything should be at process
* the flag is not created. * 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 * - memcg: use_hierarchy is on by default and the cgroup file for
* mechanism is implemented. * the flag is not created.
*/ */
CGRP_ROOT_SANE_BEHAVIOR = (1 << 0), CGRP_ROOT_SANE_BEHAVIOR = (1 << 0),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment