summaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
diff options
context:
space:
mode:
authorTejun Heo2014-05-07 15:21:56 +0200
committerTejun Heo2014-05-07 15:21:56 +0200
commit2b53f41fa8604845f4f7c538723694a453088b15 (patch)
treecdc48c6b6fc7f79c427320f26d7908fdad59b584 /include/linux/cgroup.h
parentkernel/cpuset.c: convert printk to pr_foo() (diff)
downloadkernel-qcow2-linux-2b53f41fa8604845f4f7c538723694a453088b15.tar.gz
kernel-qcow2-linux-2b53f41fa8604845f4f7c538723694a453088b15.tar.xz
kernel-qcow2-linux-2b53f41fa8604845f4f7c538723694a453088b15.zip
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 <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup.h')
-rw-r--r--include/linux/cgroup.h2
1 files changed, 0 insertions, 2 deletions
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 {