The patch titled Subject: memcg: fix stale mem_cgroup_force_empty() comment has been added to the -mm tree. Its filename is memcg-fix-stale-mem_cgroup_force_empty-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/memcg-fix-stale-mem_cgroup_force_empty-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/memcg-fix-stale-mem_cgroup_force_empty-comment.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Greg Thelen <gthelen@xxxxxxxxxx> Subject: memcg: fix stale mem_cgroup_force_empty() comment commit f61c42a7d911 ("memcg: remove tasks/children test from mem_cgroup_force_empty()") removed memory reparenting from the function. Fix the function's comment. Link: http://lkml.kernel.org/r/1462569810-54496-1-git-send-email-gthelen@xxxxxxxxxx Signed-off-by: Greg Thelen <gthelen@xxxxxxxxxx> Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/memcontrol.c~memcg-fix-stale-mem_cgroup_force_empty-comment mm/memcontrol.c --- a/mm/memcontrol.c~memcg-fix-stale-mem_cgroup_force_empty-comment +++ a/mm/memcontrol.c @@ -2652,8 +2652,7 @@ static inline bool memcg_has_children(st } /* - * Reclaims as many pages from the given memcg as possible and moves - * the rest to the parent. + * Reclaims as many pages from the given memcg as possible. * * Caller is responsible for holding css reference for memcg. */ _ Patches currently in -mm which might be from gthelen@xxxxxxxxxx are memcg-fix-stale-mem_cgroup_force_empty-comment.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html