Loading mm/slub.c +2 −1 Original line number Diff line number Diff line Loading @@ -2406,6 +2406,8 @@ static void unfreeze_partials(struct kmem_cache *s, if (n) spin_unlock(&n->list_lock); local_irq_restore(flags); while (discard_page) { page = discard_page; discard_page = discard_page->next; Loading @@ -2415,7 +2417,6 @@ static void unfreeze_partials(struct kmem_cache *s, stat(s, FREE_SLAB); } local_irq_restore(flags); #endif /* CONFIG_SLUB_CPU_PARTIAL */ } Loading Loading
mm/slub.c +2 −1 Original line number Diff line number Diff line Loading @@ -2406,6 +2406,8 @@ static void unfreeze_partials(struct kmem_cache *s, if (n) spin_unlock(&n->list_lock); local_irq_restore(flags); while (discard_page) { page = discard_page; discard_page = discard_page->next; Loading @@ -2415,7 +2417,6 @@ static void unfreeze_partials(struct kmem_cache *s, stat(s, FREE_SLAB); } local_irq_restore(flags); #endif /* CONFIG_SLUB_CPU_PARTIAL */ } Loading