commit | 1eae349d18fc7b8e7d88673f7194d7a542fdb25c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu May 17 18:31:52 2018 +0200 |
committer | Keith Busch <keith.busch@intel.com> | Fri May 18 14:41:36 2018 -0600 |
tree | da61b73d693c5aff76f37e5c31ef52e3394ccfd2 | |
parent | 1ab0cd6966fc4a7e9dfbd7c6eda917ae9c977f42 [diff] |
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>