Commit 2b53f41f authored by Tejun Heo's avatar Tejun Heo

cgroup: remove unused CGRP_SANE_BEHAVIOR

This cgroup flag has never been used.  Only CGRP_ROOT_SANE_BEHAVIOR is
used.  Remove it.
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 12d3089c
...@@ -140,8 +140,6 @@ enum { ...@@ -140,8 +140,6 @@ enum {
* specified at mount time and thus is implemented here. * specified at mount time and thus is implemented here.
*/ */
CGRP_CPUSET_CLONE_CHILDREN, CGRP_CPUSET_CLONE_CHILDREN,
/* see the comment above CGRP_ROOT_SANE_BEHAVIOR for details */
CGRP_SANE_BEHAVIOR,
}; };
struct cgroup { struct cgroup {
......
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