Hi,
I'd like to limit maximum size of read requests incoming to my FS. I tried using max_read=N option (with N = 4096), but then I get an error from libfuse:
fuse: error: init() and fuse_session_new() requested different maximum read size (0 vs 4096)
To illustrate the problem I modified test case - SupraSummus@ce20b49
As far as I understand I need to pass max_read option to libfuse's init(). How do I do that?
Thanks and have a nice day!
Jan Rydzewski