diff options
author | SeungHun Lee <waydi1@gmail.com> | 2013-09-11 14:22:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-09-11 15:57:56 -0700 |
commit | 3b11f0aaae830f0f569cb8fb7fd26f4133ebdabd (patch) | |
tree | 0a7f7f61732a51ae5847f0393a8b72e871d38886 /mm/page_alloc.c | |
parent | 47df3ddedd22c3f8e68aff831edb7921937674a2 (diff) | |
download | blackbird-obmc-linux-3b11f0aaae830f0f569cb8fb7fd26f4133ebdabd.tar.gz blackbird-obmc-linux-3b11f0aaae830f0f569cb8fb7fd26f4133ebdabd.zip |
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>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 22653e34a047..7b1b706a1ffa 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) { |