Re: [PATCH 3/3 cgroup/for-3.19] cgroup: implement cgroup_get_e_css()

From: Zefan Li
Date: Tue Nov 18 2014 - 01:35:34 EST


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 <tj@xxxxxxxxxx>

For all 3 patches:

Acked-by: Zefan Li <lizefan@xxxxxxxxxx>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/