mirror of
https://github.com/containers/podman.git
synced 2025-12-12 09:50:25 +08:00
Update vendor containers/(common,storage,buildah,image)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/storage/pkg/mount/unmount_unix.go
generated
vendored
3
vendor/github.com/containers/storage/pkg/mount/unmount_unix.go
generated
vendored
@@ -22,9 +22,8 @@ func unmount(target string, flags int) error {
|
||||
// can be returned if flags are invalid, so this code
|
||||
// assumes that the flags value is always correct.
|
||||
return nil
|
||||
default:
|
||||
break
|
||||
}
|
||||
break
|
||||
}
|
||||
|
||||
return &mountError{
|
||||
|
||||
Reference in New Issue
Block a user