dm mpath: replace spin_lock_irqsave with spin_lock_irq
authorMikulas Patocka <mpatocka@redhat.com>
Tue, 20 May 2025 03:56:11 +0000 (23:56 -0400)
committerMikulas Patocka <mpatocka@redhat.com>
Thu, 22 May 2025 13:56:42 +0000 (15:56 +0200)
commit050a3e71ce24c6f18d70679d68056f76375ff51c
treec2e27bdffbddd1daa508943333297a19b1d7d81d
parent5c977f1023156938915c57d362fddde8fad2b052
dm mpath: replace spin_lock_irqsave with spin_lock_irq

Replace spin_lock_irqsave/spin_unlock_irqrestore with
spin_lock_irq/spin_unlock_irq at places where it is known that interrupts
are enabled.

Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
drivers/md/dm-mpath.c