Re: [PATCH 3/3] memcg: cleanup mem_cgroup_init comment

2013-02-05 Thread Johannes Weiner
On Tue, Feb 05, 2013 at 05:24:01PM +0100, Michal Hocko wrote: > We should encourage all memcg controller initialization independent on > a specific mem_cgroup to be done here rather than exploit css_alloc > callback and assume that nothing happens before root cgroup is created. > > Signed-off-by:

[PATCH 3/3] memcg: cleanup mem_cgroup_init comment

2013-02-05 Thread Michal Hocko
We should encourage all memcg controller initialization independent on a specific mem_cgroup to be done here rather than exploit css_alloc callback and assume that nothing happens before root cgroup is created. Signed-off-by: Michal Hocko --- mm/memcontrol.c | 10 ++ 1 file changed, 6

[PATCH 3/3] memcg: cleanup mem_cgroup_init comment

2013-02-05 Thread Michal Hocko
We should encourage all memcg controller initialization independent on a specific mem_cgroup to be done here rather than exploit css_alloc callback and assume that nothing happens before root cgroup is created. Signed-off-by: Michal Hocko mho...@suse.cz --- mm/memcontrol.c | 10 ++ 1

Re: [PATCH 3/3] memcg: cleanup mem_cgroup_init comment

2013-02-05 Thread Johannes Weiner
On Tue, Feb 05, 2013 at 05:24:01PM +0100, Michal Hocko wrote: We should encourage all memcg controller initialization independent on a specific mem_cgroup to be done here rather than exploit css_alloc callback and assume that nothing happens before root cgroup is created. Signed-off-by: