git-annex/Utility/LockPool
Joey Hess 66b2536ea0
fix too early close of shared lock file
This fixes a reversion introduced in commit
ac56a5c2a0.

I didn't notice there that it was handling the case of a shared lock
file that was still open elsewhere by not running the close action.

This was especially deadly when annex.pidlock is set, as it caused early
deletion of the pid lock file.

Sponsored-by: Dartmouth College's Datalad project
2021-12-01 17:06:28 -04:00
..
LockHandle.hs Display a message when git-annex has to wait for a pid lock file held by another process 2020-08-26 13:05:34 -04:00
PidLock.hs Display a message when git-annex has to wait for a pid lock file held by another process 2020-08-26 13:05:34 -04:00
Posix.hs Fix shared lock file FD leak. 2016-03-01 15:31:39 -04:00
STM.hs fix too early close of shared lock file 2021-12-01 17:06:28 -04:00
Windows.hs fix windows build more 2016-03-05 12:32:06 -04:00