Files
kubernetes/pkg
Kubernetes Submit Queue 70b3848bce Merge pull request #42935 from yifan-gu/fix_flock
Automatic merge from submit-queue (batch tested with PRs 42942, 42935)

pkg/util/flock: Fix the flock so it actually locks.

With this PR, the second call to `Acquire()` will block unless the lock is released (process exits).
Also removed the memory mutex in the previous code since we don't need `Release()` here so no need to save and protect the local fd.

Fix #42929.
2017-03-14 10:19:18 -07:00
..
API
2017-02-28 23:05:40 -08:00
2017-03-10 07:24:38 +01:00
2017-01-19 09:50:16 -05:00
2017-03-09 07:34:56 +00:00
2017-03-02 10:23:58 +01:00
2017-03-09 18:24:37 -05:00
2017-03-09 18:24:37 -05:00
2017-03-02 08:56:26 +01:00