mirror of
https://github.com/containers/podman.git
synced 2025-12-08 23:00:23 +08:00
Update c/storage to 9b10041d7b2ef767ce9c42b5862b6c51eeb82214
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
6
vendor/github.com/containers/storage/lockfile_windows.go
generated
vendored
6
vendor/github.com/containers/storage/lockfile_windows.go
generated
vendored
@@ -36,6 +36,12 @@ func (l *lockfile) Lock() {
|
||||
l.locked = true
|
||||
}
|
||||
|
||||
func (l *lockfile) RecursiveLock() {
|
||||
// We don't support Windows but a recursive writer-lock in one process-space
|
||||
// is really a writer lock, so just panic.
|
||||
panic("not supported")
|
||||
}
|
||||
|
||||
func (l *lockfile) RLock() {
|
||||
l.mu.Lock()
|
||||
l.locked = true
|
||||
|
||||
Reference in New Issue
Block a user