fuse-backend-rs icon indicating copy to clipboard operation
fuse-backend-rs copied to clipboard

Incorrect feature name in `linux_session`

Open rydrman opened this issue 3 years ago • 1 comments

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

rydrman avatar Mar 04 '23 22:03 rydrman

Hey,

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

PlamenHristov avatar May 22 '24 10:05 PlamenHristov