Re: [PATCH 2/7] iommu/vt-d: Remove unused domain_alloc callback

From: Jason Gunthorpe
Date: Fri Oct 11 2024 - 12:17:56 EST


On Fri, Oct 11, 2024 at 12:27:17PM +0800, Lu Baolu wrote:
> With domain_alloc_paging callback supported, the legacy domain_alloc
> callback will never be used anymore. Remove it to avoid dead code.
>
> Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> ---
> drivers/iommu/intel/iommu.c | 90 -------------------------------------
> 1 file changed, 90 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason