]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbc8283836cfb59ebfca3b2e87ce150c9293f4311
treec48dd0c2a04cf616fd0f692d385f2908f4ebea2a
parentab7e343d179901882b5cf9bfff3f54528c374d11
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