commit | 18e9781d44000bcb403941011d954896df7439cc | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Jul 27 08:03:57 2017 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Jul 29 09:00:03 2017 -0600 |
tree | 8bc6c3cd5c5a2205f5440c810837bd1f9df8dfbc | |
parent | 33027c2bb53e33bdb7749d357da199cb54e8fb6f [diff] |
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>