On Fri, Oct 25, 2024 at 04:49:47PM -0700, Nicolin Chen wrote:
Use these inline helpers to shorten those container_of lines.
Note that one of them goes back and forth between iommu_domain and mock_iommu_domain, which isn't necessary. So drop its container_of.
Signed-off-by: Nicolin Chen nicolinc@nvidia.com
drivers/iommu/iommufd/selftest.c | 75 ++++++++++++++++++-------------- 1 file changed, 42 insertions(+), 33 deletions(-)
Reviewed-by: Jason Gunthorpe jgg@nvidia.com
Jason