|
|
|
@ -22,18 +22,6 @@ Index: src/github.com/docker/docker/pkg/archive/changes_unix.go
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func hasHardlinks(fi os.FileInfo) bool {
|
|
|
|
|
Index: src/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go
|
|
|
|
|
--- src/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go.orig 2019-03-24 09:43:15.000000000 +0100
|
|
|
|
|
+++ src/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go 2019-03-24 09:44:17.043267000 +0100
|
|
|
|
|
@@ -37,7 +37,7 @@
|
|
|
|
|
|
|
|
|
|
if filter != nil {
|
|
|
|
|
// filter out entries we're not interested in
|
|
|
|
|
- skip, stop = filter(p)
|
|
|
|
|
+ skip, stop = filter(&mountinfo)
|
|
|
|
|
if skip {
|
|
|
|
|
continue
|
|
|
|
|
}
|
|
|
|
|
Index: src/github.com/docker/docker/pkg/system/mknod.go
|
|
|
|
|
--- src/github.com/docker/docker/pkg/system/mknod.go.orig 2019-03-24 09:43:15.000000000 +0100
|
|
|
|
|
+++ src/github.com/docker/docker/pkg/system/mknod.go 2019-03-24 09:44:48.138507000 +0100
|
|
|
|
|