|
bea35fd2c6
|
pkg/fileutil: fix F_OFD_ constants
Use golang.org/x/sys/unix for F_OFD_* constants.
This fixes the issue that F_OFD_GETLK was defined incorrectly,
resulting in bugs such as https://github.com/moby/moby/issues/31182
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
|
2020-12-14 10:42:13 -08:00 |
|
|
2bb1a268b3
|
pkg/fileutil: clarify flock errors
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
|
2018-05-03 14:00:42 -07:00 |
|
|
aca2abd8fe
|
*: use 'io.Seek*' for go1.7+
For https://github.com/coreos/etcd/issues/6174.
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
|
2017-03-20 15:15:24 -07:00 |
|
|
8b77de4e99
|
pkg: update LICENSE header
|
2016-05-12 20:48:53 -07:00 |
|
|
877030ea9d
|
pkg/fileutil: fix linux file locks over NFS
Fixes #4853
|
2016-03-25 16:28:29 -07:00 |
|