]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cgroup: warn if "xattr" is specified with "sane_behavior"
authorTejun Heo <tj@kernel.org>
Wed, 12 Feb 2014 14:29:48 +0000 (09:29 -0500)
committerTejun Heo <tj@kernel.org>
Wed, 12 Feb 2014 14:29:48 +0000 (09:29 -0500)
commit86bf4b68759141459864ebd36ac3038a9cda895b
tree81c1bfe990c4752f5056c9df02258391fc9ca464
parent2bd59d48ebfb3df41ee56938946ca0dd30887312
cgroup: warn if "xattr" is specified with "sane_behavior"

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 <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
include/linux/cgroup.h
kernel/cgroup.c