moby--moby/daemon/graphdriver/zfs
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
..
MAINTAINERS zfs: add myself to MAINTAINERS 2015-05-08 17:48:20 +02:00
zfs.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
zfs_freebsd.go Standardized log messages accross the different storage drivers. 2018-03-27 14:37:30 +02:00
zfs_linux.go Standardized log messages accross the different storage drivers. 2018-03-27 14:37:30 +02:00
zfs_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
zfs_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00