Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove connection writable wait #60

Merged
merged 2 commits into from
Jan 15, 2023

Conversation

Sherlock-Holo
Copy link
Owner

#4 (comment)
we check the kernel codes that the /dev/fuse is always writable, there's
no need to use AsyncFd(tokio)/Async(async-std) to check if the /dev/fuse
fd is writable or not

#4 (comment)
we check the kernel codes that the /dev/fuse is always writable, there's
no need to use AsyncFd(tokio)/Async(async-std) to check if the /dev/fuse
fd is writable or not
@Sherlock-Holo
Copy link
Owner Author

@asomers
I ran the memfs example and it works fine on Linux, could you check it on FreeBSD?

@Sherlock-Holo Sherlock-Holo merged commit 14584bc into master Jan 15, 2023
@Sherlock-Holo
Copy link
Owner Author

I will merge it first, if any problems, let me know :)

@asomers
Copy link
Contributor

asomers commented Jan 15, 2023

Works for me on both FreeBSD 13 and 14.

@Sherlock-Holo Sherlock-Holo deleted the remove_connection_writable_wait branch January 16, 2023 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants