Skip to content
Commit 298f7889 authored by Will Deacon's avatar Will Deacon
Browse files

iommu/io-pgtable: Rename iommu_gather_ops to iommu_flush_ops



In preparation for TLB flush gathering in the IOMMU API, rename the
iommu_gather_ops structure in io-pgtable to iommu_flush_ops, which
better describes its purpose and avoids the potential for confusion
between different levels of the API.

$ find linux/ -type f -name '*.[ch]' | xargs sed -i 's/gather_ops/flush_ops/g'

Signed-off-by: default avatarWill Deacon <will@kernel.org>
parent f71da467
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment