| commit | 8e4ae12b4d0559a827f740f60b11f386f27f89dd | [log] [download] |
|---|---|---|
| author | nicm <nicm> | Mon Jul 21 10:52:48 2014 +0000 |
| committer | nicm <nicm> | Mon Jul 21 10:52:48 2014 +0000 |
| tree | 7636c3f15f2662bd72cbaa4fd49091dcaae66e87 | |
| parent | 2056a9ef9e91996c294b5db0a3d01ed415e95e56 [diff] |
lockf is entirely useless and it was a mistake to change to it, go back to using flock which actually works sensibly. Also always retry the lock to fix a potential race, and add some extra logging.