containerd/vendor/github.com/moby/sys/mountinfo
Sebastiaan van Stijn fb464b94d3
mount: replace mountinfo handling with moby/sys/mountinfo
Trying to reduce duplicated effort in maintaining a mountinfo
parser, this patch replaces the local implementation with the
implementation in github.com/moby/sys, which is actively maintained
and contains various optimizations.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-08 17:31:50 +01:00
..
doc.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
go.mod mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
go.sum mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
LICENSE mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mounted_linux.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mounted_unix.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mountinfo_bsd.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mountinfo_filters.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mountinfo_linux.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mountinfo_unsupported.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mountinfo_windows.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00
mountinfo.go mount: replace mountinfo handling with moby/sys/mountinfo 2021-01-08 17:31:50 +01:00