vfio/mdev: Re-order sysfs attribute creation
authorAlex Williamson <alex.williamson@redhat.com>
Fri, 18 May 2018 17:40:33 +0000 (11:40 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Fri, 8 Jun 2018 16:24:30 +0000 (10:24 -0600)
commit6a62c1dfb5c7f6719361180fd0fdf45b15a35d95
tree0425a82038562ef3a4f2b59995e18cdf00fb971d
parent002fe996f67f4f46d8917b14cfb6e4313c20685a
vfio/mdev: Re-order sysfs attribute creation

There exists a gap at the end of mdev_device_create() where the device
is visible to userspace, but we're not yet ready to handle removal, as
triggered through the 'remove' attribute.  We handle this properly in
mdev_device_remove() with an -EAGAIN return, but we can marginally
reduce this gap by adding this attribute as a final step of our sysfs
setup.

Reviewed-by: Kirti Wankhede <kwankhede@nvidia.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Acked-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/vfio/mdev/mdev_sysfs.c