Re: [PATCH v1 06/10] iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFO

From: Christoph Hellwig
Date: Mon Feb 07 2022 - 02:18:23 EST


> struct device_domain_info *get_domain_info(struct device *dev)
> {
> + return dev_iommu_priv_get(dev);
> }

I'd remove this now pointles wrapper entirely.