mirror of
https://github.com/containers/podman.git
synced 2025-12-13 10:28:48 +08:00
vendor containers/storage@main
Mainly to pull in fixes for #1382 which is impossible to reproduce locally so let's optimistically mark it as fixed and reopen if needed in the future. Fixes: #1382 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/storage/pkg/lockfile/lockfile.go
generated
vendored
4
vendor/github.com/containers/storage/pkg/lockfile/lockfile.go
generated
vendored
@@ -17,10 +17,6 @@ type Locker interface {
|
||||
// - tried to lock a read-only lock-file
|
||||
Lock()
|
||||
|
||||
// Acquire a writer lock recursively, allowing for recursive acquisitions
|
||||
// within the same process space.
|
||||
RecursiveLock()
|
||||
|
||||
// Unlock the lock.
|
||||
// The default unix implementation panics if:
|
||||
// - unlocking an unlocked lock
|
||||
|
||||
Reference in New Issue
Block a user