summaryrefslogtreecommitdiff
path: root/sysutils/container-diff/files/patch-vendor-github.com-docker-docker-pkg-mount-mountinfo_freebsd.go
blob: 090910c2870260aea8f3591d9ddbe677efbce74b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go.orig	2018-10-02 00:39:19 UTC
+++ vendor/github.com/docker/docker/pkg/mount/mountinfo_freebsd.go
@@ -37,7 +37,7 @@ func parseMountTable(filter FilterFunc) 
 
 		if filter != nil {
 			// filter out entries we're not interested in
-			skip, stop = filter(p)
+			skip, stop = filter(&mountinfo)
 			if skip {
 				continue
 			}