remove last trailing unresolved bit
I think the lock file probing stuff is ok as it is for pid locks. If not, let's wait until we have a test case, it would be easy to subtly break it.
This commit is contained in:
parent
a91c4d945e
commit
d4665731d9
1 changed files with 0 additions and 8 deletions
|
@ -5,12 +5,4 @@
|
|||
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.
|
||||
"""]]
|
||||
|
|
Loading…
Add table
Reference in a new issue