libfuse/python-fuse

How to enable/disable `writeback_cache`?

Opened this issue · 0 comments

pbeza commented

I'm looking for a way to enable/disable writeback_cache. pyfuse3 allows to do it by setting:

enable_writeback_cache = False

Is there a way to do the same in python-fuse? Based on what I can see here I assume there is no such a way, but I prefer to make sure.