commit | 1ab0cd6966fc4a7e9dfbd7c6eda917ae9c977f42 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu May 17 18:31:51 2018 +0200 |
committer | Keith Busch <keith.busch@intel.com> | Fri May 18 14:41:36 2018 -0600 |
tree | 76baa40276578d79e113b75f8f3d2bcb3bbe6640 | |
parent | 5cb525c8315f1dd9232b59cd1cf1e0f19ff1a5df [diff] |
nvme-pci: split the nvme queue lock into submission and completion locks This is now feasible. We protect the submission queue ring with ->sq_lock, and the completion side with ->cq_lock. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Christoph Hellwig <hch@lst.de>