Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261657
b: refs/heads/master
c: 4eade54
h: refs/heads/master
i:
  261655: bc5364b
v: v3
  • Loading branch information
Christoph Lameter authored and Pekka Enberg committed Jul 2, 2011
1 parent fea4b3c commit 45fb9aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: 03e404af26dc2ea0d278d7a342de0aab394793ce
refs/heads/master: 4eade540fc35353813097bfdb39465c9b8847a15
5 changes: 2 additions & 3 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1997,9 +1997,6 @@ static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node,
NULL, new.counters,
"__slab_alloc"));

load_freelist:
VM_BUG_ON(!page->frozen);

if (unlikely(!object)) {
c->page = NULL;
stat(s, DEACTIVATE_BYPASS);
Expand All @@ -2008,6 +2005,8 @@ static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node,

stat(s, ALLOC_REFILL);

load_freelist:
VM_BUG_ON(!page->frozen);
c->freelist = get_freepointer(s, object);
c->tid = next_tid(c->tid);
local_irq_restore(flags);
Expand Down

0 comments on commit 45fb9aa

Please sign in to comment.