Re: [PATCH v3 2/6] iommu: Split iommu_group_remove_device() into helpers

From: Jason Gunthorpe
Date: Thu Mar 09 2023 - 20:02:02 EST


On Mon, Mar 06, 2023 at 10:58:00AM +0800, Lu Baolu wrote:
> So that code could be re-used by iommu_release_device() in the subsequent
> change. No intention for functionality change.
>
> Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
> Signed-off-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>
> ---
> drivers/iommu/iommu.c | 64 +++++++++++++++++++++++++++++--------------
> 1 file changed, 44 insertions(+), 20 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason