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.