moby--moby/daemon/graphdriver/overlay2
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
..
check.go overlay: move supportsMultipleLowerDir to utils 2019-11-08 11:48:47 -08:00
mount.go daemon/graphdriver: normalize comment formatting 2019-11-27 15:43:23 +01:00
overlay.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
overlay_test.go Update overlay2 to use naive diff for changes 2018-06-20 11:07:36 -07:00
overlay_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00