Re: [PATCH v2] cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()

2013-03-19 Thread Tejun Heo
On Wed, Mar 13, 2013 at 09:17:09AM +0800, Li Zefan wrote: > These two functions share most of the code. > > Signed-off-by: Li Zefan Applied to cgroup/for-3.10. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vge

Re: [PATCH v2] cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()

2013-03-12 Thread Li Zefan
On 2013/3/13 9:19, Tejun Heo wrote: > On Wed, Mar 13, 2013 at 09:17:09AM +0800, Li Zefan wrote: >> These two functions share most of the code. >> >> Signed-off-by: Li Zefan >> --- >> >> v2: Not necessary to move cgroup_attach_task_all(). > > I supposed this one is the one to apply? > yep. -- T

Re: [PATCH v2] cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()

2013-03-12 Thread Tejun Heo
On Wed, Mar 13, 2013 at 09:17:09AM +0800, Li Zefan wrote: > These two functions share most of the code. > > Signed-off-by: Li Zefan > --- > > v2: Not necessary to move cgroup_attach_task_all(). I supposed this one is the one to apply? -- tejun -- To unsubscribe from this list: send the line "

[PATCH v2] cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()

2013-03-12 Thread Li Zefan
These two functions share most of the code. Signed-off-by: Li Zefan --- v2: Not necessary to move cgroup_attach_task_all(). --- include/linux/cgroup.h | 3 +- kernel/cgroup.c| 109 + kernel/cpuset.c| 2 +- 3 files changed, 23

[PATCH v2] cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()

2013-03-12 Thread Li Zefan
These two functions share most of the code. Signed-off-by: Li Zefan --- v2: not necessary to move cgroup_attach_task_all() --- include/linux/cgroup.h | 3 +- kernel/cgroup.c| 107 + kernel/cpuset.c| 2 +- 3 files changed, 22 i