aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/slub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/slub.c b/mm/slub.c
index 4aad32d2e60d..7be0223531b0 100644
--- a/mm/slub.c
+++ b/mm/slub.c
@@ -1831,7 +1831,6 @@ load_freelist:
1831 page->inuse = page->objects; 1831 page->inuse = page->objects;
1832 page->freelist = NULL; 1832 page->freelist = NULL;
1833 1833
1834unlock_out:
1835 slab_unlock(page); 1834 slab_unlock(page);
1836 c->tid = next_tid(c->tid); 1835 c->tid = next_tid(c->tid);
1837 local_irq_restore(flags); 1836 local_irq_restore(flags);