mirror of
https://github.com/containers/podman.git
synced 2025-12-09 07:09:03 +08:00
Update c/storage vendor to v1.10 release
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
5
vendor/github.com/containers/storage/lockfile_windows.go
generated
vendored
5
vendor/github.com/containers/storage/lockfile_windows.go
generated
vendored
@@ -23,6 +23,11 @@ func (l *lockfile) Lock() {
|
||||
l.locked = true
|
||||
}
|
||||
|
||||
func (l *lockfile) RLock() {
|
||||
l.mu.Lock()
|
||||
l.locked = true
|
||||
}
|
||||
|
||||
func (l *lockfile) Unlock() {
|
||||
l.locked = false
|
||||
l.mu.Unlock()
|
||||
|
||||
Reference in New Issue
Block a user