Re: [PATCH 16/23] cgroup: relocate cgroup_advance_iter()

2013-08-02 Thread Tejun Heo
Hello, Li. On Fri, Aug 02, 2013 at 11:25:58AM +0800, Li Zefan wrote: > On 2013/8/2 5:49, Tejun Heo wrote: > > For some reason, cgroup_advance_iter() is standing lonely all away > > from its iter comrades. Relocate it. > > > > There're some other functions that are in the same situation. Do you

Re: [PATCH 16/23] cgroup: relocate cgroup_advance_iter()

2013-08-02 Thread Tejun Heo
Hello, Li. On Fri, Aug 02, 2013 at 11:25:58AM +0800, Li Zefan wrote: On 2013/8/2 5:49, Tejun Heo wrote: For some reason, cgroup_advance_iter() is standing lonely all away from its iter comrades. Relocate it. There're some other functions that are in the same situation. Do you think

Re: [PATCH 16/23] cgroup: relocate cgroup_advance_iter()

2013-08-01 Thread Li Zefan
On 2013/8/2 5:49, Tejun Heo wrote: > For some reason, cgroup_advance_iter() is standing lonely all away > from its iter comrades. Relocate it. > There're some other functions that are in the same situation. Do you think it's better to relocate them, or just leave it as it is? -- To unsubscribe

[PATCH 16/23] cgroup: relocate cgroup_advance_iter()

2013-08-01 Thread Tejun Heo
For some reason, cgroup_advance_iter() is standing lonely all away from its iter comrades. Relocate it. This is cosmetic. Signed-off-by: Tejun Heo --- kernel/cgroup.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git

[PATCH 16/23] cgroup: relocate cgroup_advance_iter()

2013-08-01 Thread Tejun Heo
For some reason, cgroup_advance_iter() is standing lonely all away from its iter comrades. Relocate it. This is cosmetic. Signed-off-by: Tejun Heo t...@kernel.org --- kernel/cgroup.c | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff

Re: [PATCH 16/23] cgroup: relocate cgroup_advance_iter()

2013-08-01 Thread Li Zefan
On 2013/8/2 5:49, Tejun Heo wrote: For some reason, cgroup_advance_iter() is standing lonely all away from its iter comrades. Relocate it. There're some other functions that are in the same situation. Do you think it's better to relocate them, or just leave it as it is? -- To unsubscribe