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

From: Lu Baolu
Date: Mon Feb 07 2022 - 23:32:48 EST


On 2/7/22 3:12 PM, Christoph Hellwig wrote:
struct device_domain_info *get_domain_info(struct device *dev)
{
+ return dev_iommu_priv_get(dev);
}

I'd remove this now pointles wrapper entirely.

Yes. Will do it.

Best regards,
baolu