-
Notifications
You must be signed in to change notification settings - Fork 18
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
Locking does not work. #4
Comments
I think the best is to have a seperate process processing the locks: a lock manager.
The admin process sets the lock. If success, report that.
Stef |
It is correct to simply return unsupported. supported-block-vector and supported-open-block-vector are set to 1 meaning there is no locking supported. Remarks for a possible implementation:You don't want an admin process for this because
The locks itself maps to POSIX record locks. This is fine but there are two problems:
|
Hi,
I've found out that locking does not work yet. I got the reply 8:unsupported.
See also comment on line 184 in v6.c.
Please enable. This requires possibly a table of current locks, and their level.
Stef
The text was updated successfully, but these errors were encountered: