]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - mm/page_alloc.c
mm: page_alloc: fix comment get_page_from_freelist
[karo-tx-linux.git] / mm / page_alloc.c
index 22653e34a0474b4a679764eb5686cf9f6a0dc94b..7b1b706a1ffa2b050e05ab66a7cd9d9b80c726c4 100644 (file)
@@ -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) {