Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261663
b: refs/heads/master
c: 9e577e8
h: refs/heads/master
i:
  261661: d35d847
  261659: 040badf
  261655: bc5364b
  261647: 24cd2e4
  261631: c895baf
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Jul 25, 2011
1 parent 1ca7c13 commit 267d595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d07171c5e58e68a76a141970a3a5e816a414ce6
refs/heads/master: 9e577e8b46ab0c38970c0f0cd7eae62e6dffddee
3 changes: 3 additions & 0 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2082,6 +2082,9 @@ static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node,
stat(s, ALLOC_SLAB);
c->node = page_to_nid(page);
c->page = page;

if (kmem_cache_debug(s))
goto debug;
goto load_freelist;
}
if (!(gfpflags & __GFP_NOWARN) && printk_ratelimit())
Expand Down

0 comments on commit 267d595

Please sign in to comment.