vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()
authorJason Gunthorpe <jgg@nvidia.com>
Wed, 31 Aug 2022 20:16:02 +0000 (17:16 -0300)
committerAlex Williamson <alex.williamson@redhat.com>
Thu, 1 Sep 2022 21:29:11 +0000 (15:29 -0600)
commitb3b43590fa276aef824a300b911fe5fb9083dbf5
treec48dd0c2a04cf616fd0f692d385f2908f4ebea2a
parent67671f153e6b5a379623b57881a6cf99b4a6f977
vfio: Follow the naming pattern for vfio_group_ioctl_unset_container()

Make it clear that this is the body of the ioctl. Fold the locking into
the function so it is self contained like the other ioctls.

Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Link: https://lore.kernel.org/r/7-v2-0f9e632d54fb+d6-vfio_ioctl_split_jgg@nvidia.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/vfio_main.c