mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 07:47:50 +00:00
vduse: add virtio_fs to allowed dev id
A VDUSE device that implements virtiofs device works fine just by adding the device id to the whitelist. Signed-off-by: Eugenio Pérez <eperezma@redhat.com> Message-Id: <20250121103346.1030165-1-eperezma@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
committed by
Michael S. Tsirkin
parent
3c7df2e273
commit
fc80842a27
@@ -144,6 +144,7 @@ static struct workqueue_struct *vduse_irq_bound_wq;
|
||||
static u32 allowed_device_id[] = {
|
||||
VIRTIO_ID_BLOCK,
|
||||
VIRTIO_ID_NET,
|
||||
VIRTIO_ID_FS,
|
||||
};
|
||||
|
||||
static inline struct vduse_dev *vdpa_to_vduse(struct vdpa_device *vdpa)
|
||||
|
||||
Reference in New Issue
Block a user