]> www.infradead.org Git - users/hch/block.git/commit
block: cleanup ioc_clear_queue
authorChristoph Hellwig <hch@lst.de>
Tue, 30 Nov 2021 05:58:59 +0000 (06:58 +0100)
committerChristoph Hellwig <hch@lst.de>
Wed, 8 Dec 2021 14:33:00 +0000 (15:33 +0100)
commita2d92e3b4d93f82049317175489c6f75cf29b80b
tree4710f5cf7465f52e05620a2d0b14e653693f50be
parent0840e6ebfaff8f13fc6abe79d884cfbc0ca7aa11
block: cleanup ioc_clear_queue

Fold __ioc_clear_queue into ioc_clear_queue and switch to always
use plain _irq locking instead of the more expensive _irqsave that
is not needed here.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-ioc.c