Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87050
b: refs/heads/master
c: 9ac33b2
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter committed Mar 7, 2008
1 parent 8a39e34 commit 3dda4fe
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: b773ad73690b5f34eee0c76f4273ac6fcbd88f82
refs/heads/master: 9ac33b2b749e9539e84bbb1a41f97b066c4bd757
2 changes: 1 addition & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@ static void *fallback_alloc(struct kmem_cache *cache, gfp_t flags)
if (local_flags & __GFP_WAIT)
local_irq_enable();
kmem_flagcheck(cache, flags);
obj = kmem_getpages(cache, flags, -1);
obj = kmem_getpages(cache, local_flags, -1);
if (local_flags & __GFP_WAIT)
local_irq_disable();
if (obj) {
Expand Down

0 comments on commit 3dda4fe

Please sign in to comment.