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.
Implementing the
flockoperation is not available, while probably required for a network filesystem, or just a filesystem supporting consistent concurrent file access.The original
libfuselibrary supportsflockoperation. Please implement a hook redirectingflockoperation to the python code.