From: Tejun Heo Date: Tue, 18 Nov 2014 07:49:52 +0000 (-0500) Subject: cgroup: implement cgroup_get_e_css() X-Git-Tag: omap-for-v3.19/fixes-rc1~117^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeecbd1971517103e06f11750dd1a9a1dc37e4e6;p=pandora-kernel.git cgroup: implement cgroup_get_e_css() 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 Acked-by: Zefan Li --- Reading git-diff-tree failed