Skip to content

Commit

Permalink
cgroup: update sane_behavior documentation
Browse files Browse the repository at this point in the history
f12dc02 ("cgroup: mark "tasks" cgroup file as insane") and
cc5943a ("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>
  • Loading branch information
Tejun Heo committed Jun 14, 2013
1 parent d3daf28 commit f63674f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions include/linux/cgroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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),

Expand Down

0 comments on commit f63674f

Please sign in to comment.