|
@@ -1084,7 +1084,7 @@ static inline struct page *alloc_slab_page(gfp_t flags, int node,
|
|
|
if (node == -1)
|
|
|
return alloc_pages(flags, order);
|
|
|
else
|
|
|
- return alloc_pages_node(node, flags, order);
|
|
|
+ return alloc_pages_exact_node(node, flags, order);
|
|
|
}
|
|
|
|
|
|
static struct page *allocate_slab(struct kmem_cache *s, gfp_t flags, int node)
|