nvme: don't disable local ints for polled queue mq-maps
authorJens Axboe <axboe@kernel.dk>
Wed, 31 Oct 2018 19:18:49 +0000 (13:18 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 7 Nov 2018 16:19:31 +0000 (09:19 -0700)
commit8dc01a8f45db990bc2f9ff627b85076a67d1ab73
tree91fb3d5a083d48a9bbb493a941c414368850bde7
parenta78564bbf78b6a82f81ccaa85dc0cd1ab2563a34
nvme: don't disable local ints for polled queue

A polled queued doesn't trigger interrupts, so it's always safe
to grab the queue lock without disabling interrupts.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/pci.c