From: Tejun Heo Date: Mon, 19 Nov 2012 16:13:38 +0000 (-0800) Subject: cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~57^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2260e7fc1f18ad815324605c1ce7d5c6fd9b19a2;p=pandora-kernel.git cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ clone_children is only meaningful for cpuset and will stay that way. Rename the flag to reflect that and update documentation. Also, drop clone_children() wrapper in cgroup.c. The thin wrapper is used only a few times and one of them will go away soon. Signed-off-by: Tejun Heo Acked-by: Serge E. Hallyn Acked-by: Li Zefan Cc: Glauber Costa --- Reading git-diff-tree failed