]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: remove nvme_queue from nvme_iod
authorKeith Busch <kbusch@kernel.org>
Tue, 6 Sep 2022 16:07:35 +0000 (09:07 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 19 Sep 2022 15:55:25 +0000 (17:55 +0200)
commit33a2c84d2038007274ec43868209bc48a3f7ffb6
treefc8923dc89618bd65b77b513ed88de024318d8a1
parent20955f5a3f0a5daa73f07d69fdcf8318dd3a9c94
nvme-pci: remove nvme_queue from nvme_iod

We can get the nvme_queue from the req just as easily, so remove the
duplicate path to the same structure to save some space.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c