This commit is contained in:
Joey Hess 2021-12-06 15:13:54 -04:00
parent ef3ab0769e
commit a91c4d945e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 10"""
date="2021-12-06T19:11:20Z"
content="""
Update: All problems noted above are fixed, fine-grained locking is merged,
and it seems to work well!
Except for this, which I have not gotten to. It may not actually matter, but
worth looking at to be sure:
`getLockStatus` and `checkSaneLock` look at the status of the pid lock,
but not yet at the fine-grained STM lock status. And as implemented,
I think they never worked at all, since they check for posix locks on the
pid lock file.
"""]]