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

Feature request: Allow for configuring max_write #139

Open
akhi3030 opened this issue Nov 25, 2019 · 0 comments
Open

Feature request: Allow for configuring max_write #139

akhi3030 opened this issue Nov 25, 2019 · 0 comments

Comments

@akhi3030
Copy link

Currently, the value of max_write is hardcoded in https://github.com/zargony/fuse-rs/blob/master/src/request.rs#L93. This is a bit problematic for my usecase where I want to be able to create file sytems with different max_write` parameters.

I have a patch which I will submit as a PR shortly that implements the above. However, the PR changes the API of mount and spawn_mount. Given the existing API, I wasn't sure how else to introduce this feature. Feedback is welcome.

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

No branches or pull requests

1 participant