Re: [PATCH 3/3 cgroup/for-3.19] cgroup: implement cgroup_get_e_css()
From: Zefan Li <hidden>
Date: 2014-11-18 06:35:31
Also in:
lkml
From: Zefan Li <hidden>
Date: 2014-11-18 06:35:31
Also in:
lkml
On 2014/11/18 4:58, Tejun Heo wrote:
Implement cgroup_get_e_css() which finds and gets the effective css for the specified cgroup and subsystem combination. This function always returns a valid pinned css. This will be used by cgroup writeback support. While at it, add comment to cgroup_e_css() to explain why that function is different from cgroup_get_e_css() and has to test cgrp->child_subsys_mask instead of cgroup_css(cgrp, ss). Signed-off-by: Tejun Heo <redacted>
For all 3 patches: Acked-by: Zefan Li <redacted>