Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.20.205.0, 0.23.0
-
None
-
None
Description
FUSE's "release" operation is called asynchronously when a file is closed from userspace. This means that, if a program writes a file, closes it, and immediately re-opens it, it might not succeed. We should figure out some workaround or trick to make close synchronous, if possible.