On Wed, Mar 08, 2023 at 05:13:37AM -0800, Yi Liu wrote: > iommufd_ctx is stored in vfio_device for emulated devices per bind_iommufd. > However, as iommufd_access is created in bind, no more need to stored it > since iommufd_access implicitly stores it. > > Signed-off-by: Yi Liu <yi.l....@intel.com> > --- > drivers/vfio/iommufd.c | 10 +--------- > include/linux/vfio.h | 1 - > 2 files changed, 1 insertion(+), 10 deletions(-)
Reviewed-by: Jason Gunthorpe <j...@nvidia.com> Jason