]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
zloop: remove irq-safe locking
authorChristoph Hellwig <hch@lst.de>
Tue, 14 Apr 2026 08:17:51 +0000 (10:17 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 15 Apr 2026 19:58:37 +0000 (13:58 -0600)
commit64b437c4a96ae088d46c7d9930c35e77ee1b5b21
tree3ed915297b945bc215232c2972a3f3b0c2e11c7c
parentec5c045f6cc879637cb52c9902d5fb7d419bdf47
zloop: remove irq-safe locking

All of zloop runs in user context, so drop the irq-safe locking.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://patch.msgid.link/20260414081811.549755-7-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/zloop.c