From: Tejun Heo Date: Fri, 16 May 2014 17:22:52 +0000 (-0400) Subject: cgroup: convert cgroup_has_live_children() into css_has_online_children() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~81^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3d4650015301d1c880df4523f7e7ef320a38aab;p=pandora-kernel.git cgroup: convert cgroup_has_live_children() into css_has_online_children() Now that cgroup liveliness and css onliness are the same state, convert cgroup_has_live_children() into css_has_online_children() so that it can be used for actual csses too. The function now uses css_for_each_child() for iteration and is published. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed