diff options
Diffstat (limited to 'drivers/vhost/test.c')
| -rw-r--r-- | drivers/vhost/test.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/test.c b/drivers/vhost/test.c index fc9a1d75281..3de00d9fae2 100644 --- a/drivers/vhost/test.c +++ b/drivers/vhost/test.c @@ -155,7 +155,7 @@ static int vhost_test_release(struct inode *inode, struct file *f)  	vhost_test_stop(n, &private);  	vhost_test_flush(n); -	vhost_dev_cleanup(&n->dev); +	vhost_dev_cleanup(&n->dev, false);  	/* We do an extra flush before freeing memory,  	 * since jobs can re-queue themselves. */  	vhost_test_flush(n);  |