Loading mm/slub.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading Loading
mm/slub.c +0 −2 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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; Loading