From 265f40f014f74e4924be02c8d2fb86266669f617 Mon Sep 17 00:00:00 2001 From: Nikolai Lifanov Date: Fri, 1 Feb 2019 23:59:12 +0000 Subject: update Docker client to 18.09.1 Changes: https://docs.docker.com/engine/release-notes/ PR: 235407 Submitted by: Dmitri Goutnik --- ...ents_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go | 11 +++++++++++ ...ts_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go delete mode 100644 sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go (limited to 'sysutils/docker/files') diff --git a/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go b/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go new file mode 100644 index 000000000000..771db18585a6 --- /dev/null +++ b/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_stat__unix.go @@ -0,0 +1,11 @@ +--- components/cli/vendor/github.com/tonistiigi/fsutil/stat_unix.go.orig 2019-02-01 16:05:34 UTC ++++ components/cli/vendor/github.com/tonistiigi/fsutil/stat_unix.go +@@ -45,7 +45,7 @@ func setUnixOpt(fi os.FileInfo, stat *ty + stat.Devminor = int64(minor(uint64(s.Rdev))) + } + +- ino := s.Ino ++ ino := uint64(s.Ino) + if seenFiles != nil { + if s.Nlink > 1 { + if oldpath, ok := seenFiles[ino]; ok { diff --git a/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go b/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go deleted file mode 100644 index cad645a4a729..000000000000 --- a/sysutils/docker/files/patch-components_cli_vendor_github.com_tonistiigi_fsutil_walker__unix.go +++ /dev/null @@ -1,11 +0,0 @@ ---- components/cli/vendor/github.com/tonistiigi/fsutil/walker_unix.go.orig 2018-01-03 19:53:04 UTC -+++ components/cli/vendor/github.com/tonistiigi/fsutil/walker_unix.go -@@ -41,7 +41,7 @@ func setUnixOpt(fi os.FileInfo, stat *Stat, path strin - stat.Devminor = int64(minor(uint64(s.Rdev))) - } - -- ino := s.Ino -+ ino := uint64(s.Ino) - if s.Nlink > 1 { - if oldpath, ok := seenFiles[ino]; ok { - stat.Linkname = oldpath -- cgit v1.3