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

2014-11-17 Thread Tejun Heo
On Tue, Nov 18, 2014 at 02:35:21PM +0800, Zefan Li wrote: > For all 3 patches: > > Acked-by: Zefan Li Applied 1-3 to cgroup/for-3.19. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordom

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

2014-11-17 Thread Zefan Li
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 cgr

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

2014-11-17 Thread Tejun Heo
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 diffe