]> git.baikalelectronics.ru Git - kernel.git/commit
cgroup: allow cgroup creation and suppress automatic css creation in the unified...
authorTejun Heo <tj@kernel.org>
Wed, 23 Apr 2014 15:13:16 +0000 (11:13 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 23 Apr 2014 15:13:16 +0000 (11:13 -0400)
commit3e58021637b24e3eb49bb6c655f6331f56616c2c
tree589c52cf33de6f29b61944c08415d25e22f04c76
parentdbec12bf4213e38d0686f2947aa98da31d27c5cf
cgroup: allow cgroup creation and suppress automatic css creation in the unified hierarchy

Now that effective css handling has been added and iterators updated
accordingly, it's safe to allow cgroup creation in the default
hierarchy.  Unblock cgroup creation in the default hierarchy.

As the default hierarchy will implement explicit enabling and
disabling of controllers on each cgroup, suppress automatic css
enabling on cgroup creation.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Li Zefan <lizefan@huawei.com>
kernel/cgroup.c