ubnt-intrepid / polyfuse

A FUSE (Filesystem in Userspace) library for Rust
https://crates.io/crates/polyfuse
Apache License 2.0
108 stars 15 forks source link

enable -o auto_unmount by default #129

Closed ubnt-intrepid closed 3 years ago

ubnt-intrepid commented 3 years ago

If the filesystem does not implement signal handling, the mountpoint will not appropriately released since the destructor of Connection is not appropriately called. To prevent such situation, enabling auto_unmount option by default to ensure that corresponding mountpoint is released at the end of process.

bors: r+

bors[bot] commented 3 years ago

Build succeeded: