cgroup: make interface file "cgroup.sane_behavior" legacy-only
authorTejun Heo <tj@kernel.org>
Wed, 9 Jul 2014 14:08:08 +0000 (10:08 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 9 Jul 2014 14:08:08 +0000 (10:08 -0400)
commitc1d5d42efdb3e0470c1cfd2fcb50bc3eae813283
tree77b49111998033bd3eea869f2953c3bc14414118
parent7450e90bbb8d834c190cc8100d1cc41888358c7c
cgroup: make interface file "cgroup.sane_behavior" legacy-only

"cgroup.sane_behavior" is added to help distinguishing whether
sane_behavior is in effect or not.  We now have the default hierarchy
where the flag is always in effect and are planning to remove
supporting sane behavior on the legacy hierarchies making this file on
the default hierarchy rather pointless.  Let's make it legacy only and
thus always zero.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
kernel/cgroup.c