Re: [PATCH] memcg: fix stale mem_cgroup_force_empty() comment

2016-05-10 Thread Michal Hocko
On Fri 06-05-16 14:23:30, Greg Thelen wrote: > commit f61c42a7d911 ("memcg: remove tasks/children test from > mem_cgroup_force_empty()") removed memory reparenting from the function. > > Fix the function's comment. > > Signed-off-by: Greg Thelen Acked-by: Michal Hocko > --- > mm/memcontrol.c

Re: [PATCH] memcg: fix stale mem_cgroup_force_empty() comment

2016-05-06 Thread Johannes Weiner
On Fri, May 06, 2016 at 02:23:30PM -0700, Greg Thelen wrote: > commit f61c42a7d911 ("memcg: remove tasks/children test from > mem_cgroup_force_empty()") removed memory reparenting from the function. > > Fix the function's comment. > > Signed-off-by: Greg Thelen Acked-by: Johannes Weiner

[PATCH] memcg: fix stale mem_cgroup_force_empty() comment

2016-05-06 Thread Greg Thelen
commit f61c42a7d911 ("memcg: remove tasks/children test from mem_cgroup_force_empty()") removed memory reparenting from the function. Fix the function's comment. Signed-off-by: Greg Thelen --- mm/memcontrol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mm/memcontrol.c