mount_fd: Use Arc for MountFd reference counting
This commit moves MountFd and MountFds into a separate module
and uses Arc<MountFd> for refcounting instead of rolling
our own refcounting.
Supersedes !70 (closed)
This commit moves MountFd and MountFds into a separate module
and uses Arc<MountFd> for refcounting instead of rolling
our own refcounting.
Supersedes !70 (closed)