Re: [PATCH 09/16] cgroup: remove css_scan_tasks()

2014-02-12 Thread Li Zefan
On 2014/2/9 21:52, Tejun Heo wrote: > css_scan_tasks() doesn't have any user left. Remove it. > I always dislike css_scan_tasks(). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger

[PATCH 09/16] cgroup: remove css_scan_tasks()

2014-02-09 Thread Tejun Heo
css_scan_tasks() doesn't have any user left. Remove it. Signed-off-by: Tejun Heo --- include/linux/cgroup.h | 6 -- kernel/cgroup.c| 162 - 2 files changed, 168 deletions(-) diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h i