]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - mm/migrate.c
page allocator: do not check NUMA node ID when the caller knows the node is valid
[mirror_ubuntu-zesty-kernel.git] / mm / migrate.c
index 068655d8f883a8d2a79ae3f3247ced23f0b5db76..5a24923e7fd7a398fc3f0b323270eafe0b4e29b3 100644 (file)
@@ -802,7 +802,7 @@ static struct page *new_page_node(struct page *p, unsigned long private,
 
        *result = &pm->status;
 
-       return alloc_pages_node(pm->node,
+       return alloc_pages_exact_node(pm->node,
                                GFP_HIGHUSER_MOVABLE | GFP_THISNODE, 0);
 }