]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/blk-mq.c
blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags
authorJens Axboe <axboe@kernel.dk>
Thu, 27 Jul 2017 14:03:57 +0000 (08:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 29 Jul 2017 15:00:03 +0000 (09:00 -0600)
commit18e9781d44000bcb403941011d954896df7439cc
tree8bc6c3cd5c5a2205f5440c810837bd1f9df8dfbc
parent33027c2bb53e33bdb7749d357da199cb54e8fb6f
blk-mq: blk_mq_requeue_work() doesn't need to save IRQ flags

We know we're in process context, so don't bother using the
IRQ safe versions of the spin lock.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c