Merge branch 'next' into for-linus
[linux-block.git] / drivers / vhost / vsock.c
index 1f3b89c885cca9af78c8bc1031cbd87f25228373..c8e6087769a178e8af643b24c962952fd048e31e 100644 (file)
@@ -793,7 +793,7 @@ static int vhost_vsock_set_features(struct vhost_vsock *vsock, u64 features)
        }
 
        if ((features & (1ULL << VIRTIO_F_ACCESS_PLATFORM))) {
-               if (vhost_init_device_iotlb(&vsock->dev, true))
+               if (vhost_init_device_iotlb(&vsock->dev))
                        goto err;
        }