mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
39048cf656
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> |
||
---|---|---|
.. | ||
MAINTAINERS | ||
zfs.go | ||
zfs_freebsd.go | ||
zfs_linux.go | ||
zfs_test.go | ||
zfs_unsupported.go |