mm, slub: don't disable irqs in slub_cpu_dead()
authorVlastimil Babka <vbabka@suse.cz>
Thu, 20 May 2021 23:48:56 +0000 (01:48 +0200)
committerVlastimil Babka <vbabka@suse.cz>
Fri, 3 Sep 2021 23:12:22 +0000 (01:12 +0200)
commit0e7ac738f785e695acfa1203a87f6a505305542a
tree12f36d1529b366f9291cdcb63c7ed7e86bbf5043
parent7cf9f3ba2f02216b2303e648c0c5439f00191008
mm, slub: don't disable irqs in slub_cpu_dead()

slub_cpu_dead() cleans up for an offlined cpu from another cpu and calls only
functions that are now irq safe, so we don't need to disable irqs anymore.

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