[PATCH 1/8] cgroup: warn if "xattr" is specified with "sane_behavior"

2014-02-08 Thread Tejun Heo
Mount option "xattr" is no longer necessary as it's enabled by default on kernfs. Warn if "xattr" is specified with "sane_behavior" so that the option can be removed in the future. Signed-off-by: Tejun Heo --- include/linux/cgroup.h | 2 ++ kernel/cgroup.c| 3 +++ 2 files changed, 5 ins

[PATCH 1/8] cgroup: warn if "xattr" is specified with "sane_behavior"

2014-01-28 Thread Tejun Heo
Mount option "xattr" is no longer necessary as it's enabled by default on kernfs. Warn if "xattr" is specified with "sane_behavior" so that the option can be removed in the future. Signed-off-by: Tejun Heo --- include/linux/cgroup.h | 2 ++ kernel/cgroup.c| 3 +++ 2 files changed, 5 ins