Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable LOCK feature #62

Open
A-Iskakov opened this issue Sep 14, 2021 · 2 comments
Open

Enable LOCK feature #62

A-Iskakov opened this issue Sep 14, 2021 · 2 comments

Comments

@A-Iskakov
Copy link

Is it possible to re-enable File System Locking in the fsop.go module?

@billziss-gh
Copy link
Collaborator

The feature could be enabled in cgofuse, but it would not do much good. Currently neither WinFsp in Windows nor OSXFUSE on macOS provide any forwarding of locking related file operations. Locking is handled in-kernel automatically.

What file system scenario are you trying to support with having locking exposed to user mode?

@A-Iskakov
Copy link
Author

Hi @billziss-gh
Thanks for your response.
I want to enable LOCK signals of WebDAV in RClone
Here is the issue created for it
rclone/rclone#5483

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants