]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: move iod dma_len fill gaps
authorKeith Busch <kbusch@kernel.org>
Wed, 7 Sep 2022 06:42:07 +0000 (08:42 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 19 Sep 2022 15:55:25 +0000 (17:55 +0200)
commit65d21b642673ba99f58a76a02e96dbf63050aa89
tree087c440cfdebce225cc33bac23359b519576c78b
parent422525634f50f3a93ca89c55aaafe36523a02c47
nvme-pci: move iod dma_len fill gaps

The 32-bit field, dma_len, packs better in the iod struct above the
dma_addr_t on 64-bit systems.

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