| commit | 0194b65ab571430130a11f8500894bb88f7af2c0 | [log] [tgz] |
|---|---|---|
| author | Keith Busch <kbusch@kernel.org> | Tue Oct 21 08:15:05 2025 -0700 |
| committer | Keith Busch <kbusch@kernel.org> | Wed Oct 22 19:46:25 2025 -0700 |
| tree | fd7354a86164ec54a06ffbcd37fde281c1ad4f2b | |
| parent | 60ad1de8e59278656092f56e87189ec82f078d12 [diff] |
nvme-pci: use blk_map_iter for p2p metadata The dma_map_bvec helper doesn't work for p2p data, so use the same blk_map_iter method that sgl uses for this memory type. Reported-by: Leon Romanovsky <leon@kernel.org> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>