From: Tejun Heo Date: Thu, 13 Feb 2014 11:58:40 +0000 (-0500) Subject: cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() X-Git-Tag: v3.15-rc1~109^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66393e54e0a9dc743e440eb36c58bd1158a560e;p=pandora-kernel.git cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() Now that css_task_iter_start/next_end() supports blocking while iterating, there's no reason to use css_scan_tasks() which is more cumbersome to use and scheduled to be removed. Convert all css_scan_tasks() usages in cpuset to css_task_iter_start/next/end(). This simplifies the code by removing heap allocation and callbacks. Signed-off-by: Tejun Heo Acked-by: Li Zefan --- Reading git-diff-tree failed