nvme-pci: drop IRQ disabling on submission queue lock nvme-4.18
authorJens Axboe <axboe@kernel.dk>
Thu, 17 May 2018 16:31:52 +0000 (18:31 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 May 2018 21:30:33 +0000 (15:30 -0600)
commitca93c58fa761f785092a30e22fe6519087942d60
tree44893701a9d48af166be087ffe94e979b27137ef
parent231c3ca9f21a89fff529606c5a1c4c85ca83ee06
nvme-pci: drop IRQ disabling on submission queue lock

Since we aren't sharing the lock for completions now, we don't
have to make it IRQ safe.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c