Sherlock-Holo / fuse3

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

fix: use blocking io to fix privileged mount hang #82

Closed Sherlock-Holo closed 8 months ago

Sherlock-Holo commented 8 months ago

fix https://github.com/Sherlock-Holo/fuse3/issues/62

this PR use blocking IO with spawn_blocking, that is a workaround, hopefully we find the true fix way