aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index cda614da40cf..a0fab71f200f 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -1267,6 +1267,9 @@ static int parse_cgroupfs_options(char *data, struct cgroup_sb_opts *opts)
1267 pr_err("cgroup: sane_behavior: clone_children is not allowed\n"); 1267 pr_err("cgroup: sane_behavior: clone_children is not allowed\n");
1268 return -EINVAL; 1268 return -EINVAL;
1269 } 1269 }
1270
1271 if (opts->flags & CGRP_ROOT_XATTR)
1272 pr_warning("cgroup: sane_behavior: xattr is always available, flag unnecessary\n");
1270 } 1273 }
1271 1274
1272 /* 1275 /*