We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ab8b6 commit 8de06a6Copy full SHA for 8de06a6
mm/slub.c
@@ -2406,6 +2406,8 @@ static void unfreeze_partials(struct kmem_cache *s,
2406
if (n)
2407
spin_unlock(&n->list_lock);
2408
2409
+ local_irq_restore(flags);
2410
+
2411
while (discard_page) {
2412
page = discard_page;
2413
discard_page = discard_page->next;
@@ -2415,7 +2417,6 @@ static void unfreeze_partials(struct kmem_cache *s,
2415
2417
stat(s, FREE_SLAB);
2416
2418
}
2419
- local_irq_restore(flags);
2420
#endif /* CONFIG_SLUB_CPU_PARTIAL */
2421
2422
0 commit comments