Re: [RFC PATCH 6/6] mm: Deprecate pasid field

From: Jason Gunthorpe
Date: Mon Jul 10 2023 - 13:29:30 EST


On Fri, Jul 07, 2023 at 09:34:41AM +0800, Tina Zhang wrote:
> Drop the pasid field, as all the information needed for sva domain
> management has been moved to the newly added iommu_mm field.
>
> Signed-off-by: Tina Zhang <tina.zhang@xxxxxxxxx>
> ---
> mm/init-mm.c | 1 -
> 1 file changed, 1 deletion(-)

Shouldn't this remove the field from the mmu_struct as well??

Jason