]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
cgroup: remove unused CGRP_SANE_BEHAVIOR
authorTejun Heo <tj@kernel.org>
Wed, 7 May 2014 13:21:56 +0000 (09:21 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 7 May 2014 13:21:56 +0000 (09:21 -0400)
This cgroup flag has never been used.  Only CGRP_ROOT_SANE_BEHAVIOR is
used.  Remove it.

Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cgroup.h

index 2dfabb3b749a49b885877d1d960aad1b22e22672..f482f95c2c72817981f5c2a5ea301c71d66e3f49 100644 (file)
@@ -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 {