Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198020
b: refs/heads/master
c: 6b65aaf
h: refs/heads/master
v: v3
  • Loading branch information
Minchan Kim authored and Pekka Enberg committed May 22, 2010
1 parent f1f9368 commit 6fed365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3e14aa336b37df76ae875fa051dfdb0e765ddf9
refs/heads/master: 6b65aaf3027c4e02b42aaefd900aa79136a30681
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6fed365

Please sign in to comment.