Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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@gmail.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

SeungHun Lee and committed by
Linus Torvalds
3b11f0aa 47df3dde

+1 -1
+1 -1
mm/page_alloc.c
··· 1896 1896 zonelist_scan: 1897 1897 /* 1898 1898 * Scan zonelist, looking for a zone with enough free. 1899 - * See also cpuset_zone_allowed() comment in kernel/cpuset.c. 1899 + * See also __cpuset_node_allowed_softwall() comment in kernel/cpuset.c. 1900 1900 */ 1901 1901 for_each_zone_zonelist_nodemask(zone, z, zonelist, 1902 1902 high_zoneidx, nodemask) {