]> www.infradead.org Git - users/hch/block.git/commit
iommu/dma: don't use queued mode in iommu_dma_unlink_range
authorChristoph Hellwig <hch@lst.de>
Sat, 5 Oct 2024 09:06:42 +0000 (11:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 5 Oct 2024 16:14:39 +0000 (18:14 +0200)
commit67340a7c52cd780f0d43b5def10f63b719325db6
treeaaf1e54a436731cbfee7179c537128d12ac22e82
parent71f2d603448ed20589f232818c5b805903e7b92e
iommu/dma: don't use queued mode in iommu_dma_unlink_range

For queued mode to work, the same iotlb_gather must be used for the
unmapping and freeing of the iova.

Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/iommu/dma-iommu.c