moby--moby/daemon/graphdriver
Kir Kolyshkin 39048cf656 Really switch to moby/sys/mount*
Switch to moby/sys/mount and mountinfo. Keep the pkg/mount for potential
outside users.

This commit was generated by the following bash script:

```
set -e -u -o pipefail

for file in $(git grep -l 'docker/docker/pkg/mount"' | grep -v ^pkg/mount); do
	sed -i -e 's#/docker/docker/pkg/mount"#/moby/sys/mount"#' \
		-e 's#mount\.\(GetMounts\|Mounted\|Info\|[A-Za-z]*Filter\)#mountinfo.\1#g' \
		$file
	goimports -w $file
done
```

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-03-20 09:46:25 -07:00
..
aufs Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
btrfs Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
copy bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
devmapper Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
fuse-overlayfs Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
graphtest bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
lcow Remove refs to jhowardmsft from .go code 2019-09-25 10:51:18 -07:00
overlay Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
overlay2 Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
overlayutils new storage driver: fuse-overlayfs 2020-02-10 23:48:52 +09:00
quota bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
register new storage driver: fuse-overlayfs 2020-02-10 23:48:52 +09:00
vfs structcheck: nolint for false positives 2019-09-18 12:57:44 +02:00
windows Use hcsshim osversion package for Windows versions 2019-10-22 02:53:00 +02:00
zfs Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
counter.go graphdriver: Fix RefCounter memory leak 2018-02-09 10:26:06 +08:00
driver.go daemon/graphdriver: normalize comment formatting 2019-11-27 15:43:23 +01:00
driver_freebsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_linux.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
driver_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
driver_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fsdiff.go Add layer id to NaiveDiffDriver untar timing log 2018-10-05 16:28:40 -07:00
plugin.go goimports: fix imports 2019-09-18 12:56:54 +02:00
proxy.go Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00