From: SeungHun Lee Date: Wed, 11 Sep 2013 21:22:23 +0000 (-0700) Subject: mm: page_alloc: fix comment get_page_from_freelist X-Git-Tag: v5.15~19344^2~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b11f0aaae830f0f569cb8fb7fd26f4133ebdabd;p=platform%2Fkernel%2Flinux-starfive.git 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 Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 22653e3..7b1b706 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -1896,7 +1896,7 @@ get_page_from_freelist(gfp_t gfp_mask, nodemask_t *nodemask, unsigned int order, 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) {