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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -140,8 +140,6 @@ enum {
	 * specified at mount time and thus is implemented here.
	 */
	CGRP_CPUSET_CLONE_CHILDREN,
	/* see the comment above CGRP_ROOT_SANE_BEHAVIOR for details */
	CGRP_SANE_BEHAVIOR,
};

struct cgroup {