On Tue, Aug 24, 2021 at 04:46:40PM +0200, Christoph Hellwig wrote: > Split the actual noiommu group creation from vfio_iommu_group_get into a > new helper, and open code the rest of vfio_iommu_group_get in its only > caller. This creates an antirely separate and clear code path for the > noiommu group creation. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > drivers/vfio/vfio.c | 100 +++++++++++++++++++++++--------------------- > 1 file changed, 53 insertions(+), 47 deletions(-) Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx> Jason