From: Tejun Heo Date: Thu, 13 Jun 2013 04:04:53 +0000 (-0700) Subject: cgroup: rename CGRP_REMOVED to CGRP_DEAD X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~44^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54766d4a1d3d6f84ff8fa475cd8f165c0a0000eb;p=pandora-kernel.git cgroup: rename CGRP_REMOVED to CGRP_DEAD We will add another flag indicating that the cgroup is in the process of being killed. REMOVING / REMOVED is more difficult to distinguish and cgroup_is_removing()/cgroup_is_removed() are a bit awkward. Also, later percpu_ref usage will involve "kill"ing the refcnt. s/CGRP_REMOVED/CGRP_DEAD/ s/cgroup_is_removed()/cgroup_is_dead() This patch is purely cosmetic. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed