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)
commitc4c22c52081385f026b430f35776f80073a22076
tree087c440cfdebce225cc33bac23359b519576c78b
parentc372cdd1efdf2b8e51fdde36a2a05c263ab5ebb7
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