cloud-hypervisor / fuse-backend-rs

Rust crate for implementing FUSE backends
Apache License 2.0
130 stars 66 forks source link

Incorrect feature name in `linux_session` #108

Open rydrman opened 1 year ago

rydrman commented 1 year ago

First off, I am really enjoying this library, so thank you. I've noticed an issue using asyncio on linux, where the code is conditional on a feature that doesn't exist (notice the _ instead of -)

https://github.com/cloud-hypervisor/fuse-backend-rs/blob/f18d4be0fe08b1bb4d04cf167f19e422f03e46ef/src/transport/fusedev/linux_session.rs#L405

https://github.com/cloud-hypervisor/fuse-backend-rs/blob/f18d4be0fe08b1bb4d04cf167f19e422f03e46ef/src/transport/fusedev/linux_session.rs#L408

PlamenHristov commented 5 months ago

Hey,

Please see my comment on https://github.com/cloud-hypervisor/fuse-backend-rs/issues/188