libfuse / pyfuse3

Python 3 bindings for libfuse 3 with asynchronous API (Trio compatible)
https://pyfuse3.readthedocs.io/
Other
167 stars 48 forks source link

Absent flock #79

Open nnseva opened 1 year ago

nnseva commented 1 year ago

Implementing the flock operation is not available, while probably required for a network filesystem, or just a filesystem supporting consistent concurrent file access.

The original libfuse library supports flock operation. Please implement a hook redirecting flock operation to the python code.

ThomasWaldmann commented 1 year ago

See the front page about "no longer developed".

In case you can develop it and someone can review it, don't let that hold you back!