Re: [1/3] cgroup: "cgroup.subtree_control" should be writeable by delegatee

2017-06-24 Thread Tejun Heo
On Sun, Jun 25, 2017 at 12:27:17AM -0400, Tejun Heo wrote: > "cgroup.subtree_control" determines which resource types a cgroup > wants to control. Unlike actual resource knobs, this is an attribute > which belongs to the cgroup itself instead of its parent and thus > should be writeable by the del

[1/3] cgroup: "cgroup.subtree_control" should be writeable by delegatee

2017-06-24 Thread Tejun Heo
"cgroup.subtree_control" determines which resource types a cgroup wants to control. Unlike actual resource knobs, this is an attribute which belongs to the cgroup itself instead of its parent and thus should be writeable by the delegatee in a delegated cgroup. Update delegation documentation acco