From: Tejun Heo Date: Wed, 7 May 2014 13:21:56 +0000 (-0400) Subject: cgroup: remove unused CGRP_SANE_BEHAVIOR X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2b53f41fa8604845f4f7c538723694a453088b15;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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: Tejun Heo --- diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 2dfabb3b749a..f482f95c2c72 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -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 {