diff --git a/[refs] b/[refs] index 43c15ba6543c..8effbf164a72 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f5785ec31adcb7cafa9135087297a38d9698cf8 +refs/heads/master: 49a78d085fa6b44d6ed791923c7172a6433589c2 diff --git a/trunk/mm/slub.c b/trunk/mm/slub.c index 4aad32d2e60d..7be0223531b0 100644 --- a/trunk/mm/slub.c +++ b/trunk/mm/slub.c @@ -1831,7 +1831,6 @@ static void *__slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, page->inuse = page->objects; page->freelist = NULL; -unlock_out: slab_unlock(page); c->tid = next_tid(c->tid); local_irq_restore(flags);