Re: [RFC v2 1/5] vduse: add virtio_fs to allowed dev id

2025-02-23 Thread Eugenio Perez Martin
On Mon, Feb 24, 2025 at 2:57 AM Jason Wang wrote: > > On Sat, Feb 22, 2025 at 1:06 AM Eugenio Pérez wrote: > > > > A VDUSE device that implements virtiofs device works fine just by > > adding the device id to the whitelist. > > > > Signed-off-by: Eugenio Pérez > > Acked-by: Jason Wang > > --- >

Re: [RFC v2 1/5] vduse: add virtio_fs to allowed dev id

2025-02-23 Thread Jason Wang
On Sat, Feb 22, 2025 at 1:06 AM Eugenio Pérez wrote: > > A VDUSE device that implements virtiofs device works fine just by > adding the device id to the whitelist. > > Signed-off-by: Eugenio Pérez > Acked-by: Jason Wang > --- Let's separate this from this series. Thanks