From: Tejun Heo Date: Fri, 9 Aug 2013 00:11:26 +0000 (-0400) Subject: cgroup: rename cgroup_iter to cgroup_task_iter X-Git-Tag: v3.12-rc1~173^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0942eeeef68f9493c1bcb1a52baf612b73fcf9fb;p=pandora-kernel.git cgroup: rename cgroup_iter to cgroup_task_iter cgroup now has multiple iterators and it's quite confusing to have something which walks over tasks of a single cgroup named cgroup_iter. Let's rename it to cgroup_task_iter. While at it, reformat / update comments and replace the overview comment above the interface function decls with proper function comments. Such overview can be useful but function comments should be more than enough here. This is pure rename and doesn't introduce any functional changes. Signed-off-by: Tejun Heo Acked-by: Li Zefan Acked-by: Michal Hocko Cc: Matt Helsley Cc: Johannes Weiner Cc: Balbir Singh --- Reading git-diff-tree failed