]> www.infradead.org Git - users/hch/misc.git/commit
nvme-pci: convert to blk_rq_dma_map nvme-dma-map
authorChristoph Hellwig <hch@lst.de>
Sat, 10 May 2025 05:24:59 +0000 (07:24 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 11 May 2025 05:57:59 +0000 (07:57 +0200)
commit52b459821dfc47e7f65af1c14573e314b7de2e81
tree615cf8e916cb72947b45b06daee8641121cf1ab7
parente00f4e8a32fe1354de76a773cf1b3d2a78accabe
nvme-pci: convert to blk_rq_dma_map

Use the blk_rq_dma_map API to DMA map requests instead of
scatterlists.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Jens Axboe <axboe@kernel.dk>
[ Leon: squashed optimization patch from Kanchan ]
Signed-off-by: Kanchan Joshi <joshi.k@samsung.com>
Signed-off-by: Nitesh Shetty <nj.shetty@samsung.com>
[ Leon: rewrote original patch due to rebases and addition of metadata support ]
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
drivers/nvme/host/pci.c