[CRIU] [PATCH 1/2] cgroup: drop cgroup.sane_behavior from global properties
Tycho Andersen
tycho.andersen at canonical.com
Mon Feb 1 14:56:40 PST 2016
cgroup.sane_behavior is read only (and in fact, the value is always 0), so
we don't need to c/r this value.
Reported-by: Andrey Vagin <avagin at openvz.org>
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
cgroup.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/cgroup.c b/cgroup.c
index 1c29f74..704f144 100644
--- a/cgroup.c
+++ b/cgroup.c
@@ -83,7 +83,6 @@ static const char *freezer_props[] = {
static const char *global_props[] = {
"cgroup.clone_children",
- "cgroup.sane_behavior",
"notify_on_release",
"cgroup.procs",
"tasks",
--
2.5.0
More information about the CRIU
mailing list