Skip to content

vhost_user_backend: Skip locking if we have exclusive reference

Sebastian Hasler requested to merge haslersn/virtiofsd:get-mut into main

If we have an exclusive reference to the Mutex<VhostUserFsThread<F>>, then we don't need to lock it. Instead we can use .get_mut().

Merge request reports