From: Tejun Heo Date: Fri, 24 May 2013 01:55:38 +0000 (+0900) Subject: cgroup: make cgroup_is_removed() static X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~43^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdc7119f1bdd0632d42f435941dc290216a436e7;p=pandora-kernel.git cgroup: make cgroup_is_removed() static cgroup_is_removed() no longer has external users and it shouldn't grow any - controllers should deal with cgroup_subsys_state on/offline state instead of cgroup removal state. Make it static. While at it, make it return bool. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed