aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/containers/storage/drivers/btrfs
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2018-10-18 14:48:41 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2018-10-23 10:32:32 -0400
commit57b0b89d0ceb77bfd51a4d957f51fcea3d1580f6 (patch)
treec29cf5a145ff7acb05f2a656f821420740c6a2a4 /vendor/github.com/containers/storage/drivers/btrfs
parent9a6a64f78ca3837a0e02373b2ae7f3769fbde568 (diff)
downloadpodman-57b0b89d0ceb77bfd51a4d957f51fcea3d1580f6.tar.gz
podman-57b0b89d0ceb77bfd51a4d957f51fcea3d1580f6.tar.bz2
podman-57b0b89d0ceb77bfd51a4d957f51fcea3d1580f6.zip
Vendor in latest containers/storage opencontainers/selinux
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/containers/storage/drivers/btrfs')
-rw-r--r--vendor/github.com/containers/storage/drivers/btrfs/btrfs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/containers/storage/drivers/btrfs/btrfs.go b/vendor/github.com/containers/storage/drivers/btrfs/btrfs.go
index 2dd81b0c0..adc34d209 100644
--- a/vendor/github.com/containers/storage/drivers/btrfs/btrfs.go
+++ b/vendor/github.com/containers/storage/drivers/btrfs/btrfs.go
@@ -634,7 +634,7 @@ func (d *Driver) Remove(id string) error {
}
// Get the requested filesystem id.
-func (d *Driver) Get(id, mountLabel string, uidMaps, gidMaps []idtools.IDMap) (string, error) {
+func (d *Driver) Get(id string, options graphdriver.MountOpts) (string, error) {
dir := d.subvolumesDirID(id)
st, err := os.Stat(dir)
if err != nil {