aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vfio
diff options
context:
space:
mode:
authorTom Murphy <murphyt7@tcd.ie>2020-08-17 22:00:49 +0100
committerJoerg Roedel <jroedel@suse.de>2020-09-04 11:16:09 +0200
commitaae4c8e27bd7567132bb931488e2faf1a57c66e9 (patch)
tree73a3a0ddb1ff3ded1dc4b8f8078bf814afa1cdc5 /drivers/vfio
parentLinux 5.9-rc3 (diff)
downloadlinux-dev-aae4c8e27bd7567132bb931488e2faf1a57c66e9.tar.xz
linux-dev-aae4c8e27bd7567132bb931488e2faf1a57c66e9.zip
iommu: Rename iommu_tlb_* functions to iommu_iotlb_*
To keep naming consistent we should stick with *iotlb*. This patch renames a few remaining functions. Signed-off-by: Tom Murphy <murphyt7@tcd.ie> Link: https://lore.kernel.org/r/20200817210051.13546-1-murphyt7@tcd.ie Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/vfio')
-rw-r--r--drivers/vfio/vfio_iommu_type1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/vfio_iommu_type1.c b/drivers/vfio/vfio_iommu_type1.c
index 5fbf0c1f7433..c255a6683f31 100644
--- a/drivers/vfio/vfio_iommu_type1.c
+++ b/drivers/vfio/vfio_iommu_type1.c
@@ -774,7 +774,7 @@ static long vfio_sync_unpin(struct vfio_dma *dma, struct vfio_domain *domain,
long unlocked = 0;
struct vfio_regions *entry, *next;
- iommu_tlb_sync(domain->domain, iotlb_gather);
+ iommu_iotlb_sync(domain->domain, iotlb_gather);
list_for_each_entry_safe(entry, next, regions, list) {
unlocked += vfio_unpin_pages_remote(dma,