]> 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)
commitb8925a32a949da2237fe70e705cada1e8dc80c54
tree087c440cfdebce225cc33bac23359b519576c78b
parent21117e49d5f0da0010447f0a1b5263324ee2d66a
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