iommu: Use right way to retrieve iommu_ops
authorLu Baolu <baolu.lu@linux.intel.com>
Wed, 16 Feb 2022 02:52:47 +0000 (10:52 +0800)
committerJoerg Roedel <jroedel@suse.de>
Mon, 28 Feb 2022 12:25:49 +0000 (13:25 +0100)
commit3f6634d997dba8140b3a7cba01776b9638d70dff
tree675638a8a5438a2b24c8898fcc7fb3001243c64a
parent7eef7f670086f06b3a461f1b4d1e84f793ed4861
iommu: Use right way to retrieve iommu_ops

The common iommu_ops is hooked to both device and domain. When a helper
has both device and domain pointer, the way to get the iommu_ops looks
messy in iommu core. This sorts out the way to get iommu_ops. The device
related helpers go through device pointer, while the domain related ones
go through domain pointer.

Signed-off-by: Lu Baolu <baolu.lu@linux.intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20220216025249.3459465-8-baolu.lu@linux.intel.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu.c
include/linux/iommu.h