Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86685
b: refs/heads/master
c: 7693143
h: refs/heads/master
i:
  86683: 3803c98
v: v3
  • Loading branch information
Pekka J Enberg authored and Christoph Lameter committed Mar 3, 2008
1 parent 70ea049 commit aa72781
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 6446faa2ff30ca77c5b25e886bbbfb81c63f1c91
refs/heads/master: 7693143481730686362cc6360e3d47c012d9b2c8
2 changes: 0 additions & 2 deletions trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,6 @@ static void *__slab_alloc(struct kmem_cache *s,
if (unlikely(SlabDebug(c->page)))
goto debug;

object = c->page->freelist;
c->freelist = object[c->offset];
c->page->inuse = s->objects;
c->page->freelist = NULL;
Expand Down Expand Up @@ -1542,7 +1541,6 @@ static void *__slab_alloc(struct kmem_cache *s,

return NULL;
debug:
object = c->page->freelist;
if (!alloc_debug_processing(s, c->page, object, addr))
goto another_slab;

Expand Down

0 comments on commit aa72781

Please sign in to comment.