We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0466a39 commit ea8f17eCopy full SHA for ea8f17e
drivers/vhost/vdpa.c
@@ -1014,12 +1014,12 @@ static int vhost_vdpa_release(struct inode *inode, struct file *filep)
1014
1015
mutex_lock(&d->mutex);
1016
filep->private_data = NULL;
1017
+ vhost_vdpa_clean_irq(v);
1018
vhost_vdpa_reset(v);
1019
vhost_dev_stop(&v->vdev);
1020
vhost_vdpa_iotlb_free(v);
1021
vhost_vdpa_free_domain(v);
1022
vhost_vdpa_config_put(v);
- vhost_vdpa_clean_irq(v);
1023
vhost_dev_cleanup(&v->vdev);
1024
kfree(v->vdev.vqs);
1025
mutex_unlock(&d->mutex);
0 commit comments