Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

Fix the unmount notification for unprivileged mounts. #107

Closed mash-graz closed 1 month ago

mash-graz commented 1 month ago

It's adding tokio::io::Interrest::ERROR to the list of awaited state changes. Otherwise we don't get ENODEV which signals Fuse unmount events.

Fixes: https://github.com/Sherlock-Holo/fuse3/issues/102

Sherlock-Holo commented 1 month ago

Thanks for you help~