projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d3089
)
cgroup: remove unused CGRP_SANE_BEHAVIOR
author
Tejun Heo
<tj@kernel.org>
Wed, 7 May 2014 13:21:56 +0000
(09:21 -0400)
committer
Tejun 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
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/cgroup.h
b/include/linux/cgroup.h
index 2dfabb3b749a49b885877d1d960aad1b22e22672..f482f95c2c72817981f5c2a5ea301c71d66e3f49 100644
(file)
--- 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 {