libfuse / python-fuse

Python 2.x/3.x bindings for libfuse 2.x
GNU Lesser General Public License v2.1
279 stars 73 forks source link

How to enable/disable `writeback_cache`? #37

Open pbeza opened 3 years ago

pbeza commented 3 years ago

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.