diff options
-rw-r--r-- | mm/slub.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||
1834 | unlock_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); |