Subject: + mm-page_alloc-fix-comment-get_page_from_freelist.patch added to -mm tree To: waydi1@xxxxxxxxx,rientjes@xxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 19 Aug 2013 13:31:10 -0700 The patch titled Subject: mm: page_alloc: fix comment get_page_from_freelist has been added to the -mm tree. Its filename is mm-page_alloc-fix-comment-get_page_from_freelist.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-page_alloc-fix-comment-get_page_from_freelist.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-page_alloc-fix-comment-get_page_from_freelist.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: SeungHun Lee <waydi1@xxxxxxxxx> Subject: mm: page_alloc: fix comment get_page_from_freelist cpuset_zone_allowed is changed to cpuset_zone_allowed_softwall and the comment is moved to __cpuset_node_allowed_softwall. So fix this comment. Signed-off-by: SeungHun Lee <waydi1@xxxxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/page_alloc.c~mm-page_alloc-fix-comment-get_page_from_freelist mm/page_alloc.c --- a/mm/page_alloc.c~mm-page_alloc-fix-comment-get_page_from_freelist +++ a/mm/page_alloc.c @@ -1897,7 +1897,7 @@ get_page_from_freelist(gfp_t gfp_mask, n zonelist_scan: /* * Scan zonelist, looking for a zone with enough free. - * See also cpuset_zone_allowed() comment in kernel/cpuset.c. + * See also __cpuset_node_allowed_softwall() comment in kernel/cpuset.c. */ for_each_zone_zonelist_nodemask(zone, z, zonelist, high_zoneidx, nodemask) { _ Patches currently in -mm which might be from waydi1@xxxxxxxxx are mm-page_alloc-fix-comment-get_page_from_freelist.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