[Virtio-fs] [virtiofsd] MR opened: mount_fd: Use RAII for MountFd reference counting

virtiofs-bot at sinrega.org virtiofs-bot at sinrega.org
Mon Jan 17 19:27:09 UTC 2022


This commit moves `MountFd` and `MountFds` into a separate crate
and introduces a new type `MountFdRef` that is a strong reference
to a `MountFd`.  `MountFdRef` uses RAII in order to correctly
mutate the refcount of the referenced `MountFd`.
---
https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/70




More information about the Virtio-fs mailing list