moby--moby/plugin
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
..
executor/containerd cgroup2: use shim V2 2020-01-01 02:58:40 +09:00
v2 goimports: fix imports 2019-09-18 12:56:54 +02:00
backend_linux.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
backend_linux_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
backend_unsupported.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
blobstore.go goimports: fix imports 2019-09-18 12:56:54 +02:00
defs.go goimports: fix imports 2019-09-18 12:56:54 +02:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
events.go Add canonical import comment 2018-02-05 16:51:57 -05:00
manager.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
manager_linux.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
manager_linux_test.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
manager_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
manager_windows.go goimports: fix imports 2019-09-18 12:56:54 +02:00
store.go plugin: fix a double RLock bug 2020-02-25 13:51:27 -05:00
store_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00