mm, slub: only disable irq with spin_lock in __unfreeze_partials()
authorVlastimil Babka <vbabka@suse.cz>
Thu, 20 May 2021 23:16:54 +0000 (01:16 +0200)
committerVlastimil Babka <vbabka@suse.cz>
Fri, 3 Sep 2021 23:12:22 +0000 (01:12 +0200)
commit7cf9f3ba2f02216b2303e648c0c5439f00191008
treed2dfbea80c69dd8eead42b3a4a220266b20e8f97
parentfc1455f4e023b278ca73cb729bc50037dc48c45c
mm, slub: only disable irq with spin_lock in __unfreeze_partials()

__unfreeze_partials() no longer needs to have irqs disabled, except for making
the spin_lock operations irq-safe, so convert the spin_locks operations and
remove the separate irq handling.

Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
mm/slub.c