Implement `VhostUserBackend` instead of `VhostUserBackendMut`, in
order to avoid having a nested `RwLock`.  When using
`VhostUserBackendMut`, it needs to be wrapped in an `RwLock` (or
`Mutex`) which doesn't make sense, because our implementation uses
its own `Mutex` for synchronization.
---
https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/91

_______________________________________________
Virtio-fs mailing list
Virtio-fs@redhat.com
https://listman.redhat.com/mailman/listinfo/virtio-fs

Reply via email to