commit | 8c205ad076ae0bdbdf8ee50acda6398db46d7ee3 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Nov 14 11:49:02 2012 -0800 |
committer | Tejun Heo <tj@kernel.org> | Wed Nov 14 11:49:02 2012 -0800 |
tree | 88524bc20de0a0ecccf5a83f1a57b0672c899272 | |
parent | cf5ebf56519e73f87522f76137a4515337de334e [diff] |
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 <tj@kernel.org> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> Cc: Glauber Costa <glommer@parallels.com>