-
Notifications
You must be signed in to change notification settings - Fork 39
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
Improve FUSE config and document it #8583
Conversation
b913e09
to
419e770
Compare
.add_capabilities(fuser::consts::FUSE_READDIRPLUS_AUTO) | ||
.expect("Capability available"); | ||
|
||
// TODO: `FUSE_SPLICE_READ` seems to require `write_buf()` to be implemented, which is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why read require write_buf
, did you mean read_buf
?
Can you create an issue on fuser
side ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nop it's write_buf
Can you create an issue on fuser side ?
This is not related to fuser, it's documented as such on libfuse
I've created an issue on fuser side to try to better understand what is the support of write_buf
on fuser: cberner/fuser#298
490b655
to
4541d10
Compare
4541d10
to
d2cf9c6
Compare
No description provided.