]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - mm/page_alloc.c
mm: page_alloc: fix comment get_page_from_freelist
authorSeungHun Lee <waydi1@gmail.com>
Wed, 11 Sep 2013 21:22:23 +0000 (14:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Sep 2013 22:57:56 +0000 (15:57 -0700)
commit3b11f0aaae830f0f569cb8fb7fd26f4133ebdabd
tree0a7f7f61732a51ae5847f0393a8b72e871d38886
parent47df3ddedd22c3f8e68aff831edb7921937674a2
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>
mm/page_alloc.c