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

Missing fuse_file_info parameter in fopen ? #31

Open
Jo-Blade opened this issue Jul 27, 2024 · 0 comments
Open

Missing fuse_file_info parameter in fopen ? #31

Jo-Blade opened this issue Jul 27, 2024 · 0 comments

Comments

@Jo-Blade
Copy link

Hello, I absolutely need for my filesystem to set the direct_io boolean in the fuse_file_info struct to true because I stream data from internet and I can't know the size of the final file in advance.

According to fuse documentation, this structure should be a parameter of the (f)open callback function. But it's not the case in ocamlfuse ?

So how to enable "direct_io" in this case ? It's very important for me because otherwise I will have to fetch every entire file content before reading them making my network filesystem completely unusable

Thank you

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