You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the migration from jnr-fuse to jfuse the FUSE operation fsync() was commented out. I assume this happend because initiatlly fsync() was not implemented.
In the migration from jnr-fuse to jfuse the FUSE operation
fsync()
was commented out. I assume this happend because initiatllyfsync()
was not implemented.fuse-nio-adapter/src/main/java/org/cryptomator/frontend/fuse/ReadWriteAdapter.java
Line 65 in 4dbe693
We should uncomment and test it.
The text was updated successfully, but these errors were encountered: