Re: [PATCHv1 5/7] vfio/mdev: Follow correct remove sequence

2019-04-01 Thread Cornelia Huck
On Tue, 26 Mar 2019 22:45:43 -0500 Parav Pandit wrote: > mdev_remove_sysfs_files() should follow exact mirror sequence of a > create, similar to what is followed in error unwinding path of > mdev_create_sysfs_files(). > > Fixes: 6a62c1dfb5c7 ("vfio/mdev: Re-order sysfs attribute creation") > Rev

[PATCHv1 5/7] vfio/mdev: Follow correct remove sequence

2019-03-26 Thread Parav Pandit
mdev_remove_sysfs_files() should follow exact mirror sequence of a create, similar to what is followed in error unwinding path of mdev_create_sysfs_files(). Fixes: 6a62c1dfb5c7 ("vfio/mdev: Re-order sysfs attribute creation") Reviewed-by: Maxim Levitsky Signed-off-by: Parav Pandit --- drivers/v