dm-delay: remove timer_lock
authorBenjamin Marzinski <bmarzins@redhat.com>
Tue, 7 May 2024 21:16:25 +0000 (17:16 -0400)
committerMike Snitzer <snitzer@kernel.org>
Thu, 9 May 2024 13:10:58 +0000 (09:10 -0400)
commit8b21ac87d550acc4f6207764fed0cf6f0e3966cd
treecf0dbc3a7fc6f50df17da044e0681e23631a92b6
parentc542ee149230c4c3fc086feae608230e7aa97fcf
dm-delay: remove timer_lock

Instead of manually checking the timer details in queue_timeout(), call
timer_reduce() to start the timer or reduce the expiration time. This
avoids needing a lock.

Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm-delay.c