fuse-backend-rs
fuse-backend-rs copied to clipboard
Incorrect feature name in `linux_session`
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
Hey,
Please see my comment on https://github.com/cloud-hypervisor/fuse-backend-rs/issues/188