cloud-hypervisor / fuse-backend-rs

Rust crate for implementing FUSE backends
Apache License 2.0
129 stars 63 forks source link

macos_session: remove unneeded Arc #155

Closed eryugey closed 9 months ago

eryugey commented 9 months ago

FuseSession.disk is wrapped by Arc, which is not needed, and this requires DADiskRef to implement Send and Sync.