From 766cf268979242960582cb6344af9b861cac3360 Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Tue, 26 Feb 2019 12:18:25 -0700 Subject: [PATCH] Move original mount files back Move original mount files back into pkg/util/mount. This move is done to preserve git history. --- pkg/{volume/util/subpath => util/mount}/mount_linux.go | 0 pkg/{volume/util/subpath => util/mount}/mount_linux_test.go | 0 pkg/{volume/util/subpath => util/mount}/mount_unsupported.go | 0 pkg/{volume/util/subpath => util/mount}/mount_windows.go | 0 pkg/{volume/util/subpath => util/mount}/mount_windows_test.go | 0 pkg/{volume/util/subpath => util/mount}/nsenter_mount.go | 0 pkg/{volume/util/subpath => util/mount}/nsenter_mount_test.go | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename pkg/{volume/util/subpath => util/mount}/mount_linux.go (100%) rename pkg/{volume/util/subpath => util/mount}/mount_linux_test.go (100%) rename pkg/{volume/util/subpath => util/mount}/mount_unsupported.go (100%) rename pkg/{volume/util/subpath => util/mount}/mount_windows.go (100%) rename pkg/{volume/util/subpath => util/mount}/mount_windows_test.go (100%) rename pkg/{volume/util/subpath => util/mount}/nsenter_mount.go (100%) rename pkg/{volume/util/subpath => util/mount}/nsenter_mount_test.go (100%) diff --git a/pkg/volume/util/subpath/mount_linux.go b/pkg/util/mount/mount_linux.go similarity index 100% rename from pkg/volume/util/subpath/mount_linux.go rename to pkg/util/mount/mount_linux.go diff --git a/pkg/volume/util/subpath/mount_linux_test.go b/pkg/util/mount/mount_linux_test.go similarity index 100% rename from pkg/volume/util/subpath/mount_linux_test.go rename to pkg/util/mount/mount_linux_test.go diff --git a/pkg/volume/util/subpath/mount_unsupported.go b/pkg/util/mount/mount_unsupported.go similarity index 100% rename from pkg/volume/util/subpath/mount_unsupported.go rename to pkg/util/mount/mount_unsupported.go diff --git a/pkg/volume/util/subpath/mount_windows.go b/pkg/util/mount/mount_windows.go similarity index 100% rename from pkg/volume/util/subpath/mount_windows.go rename to pkg/util/mount/mount_windows.go diff --git a/pkg/volume/util/subpath/mount_windows_test.go b/pkg/util/mount/mount_windows_test.go similarity index 100% rename from pkg/volume/util/subpath/mount_windows_test.go rename to pkg/util/mount/mount_windows_test.go diff --git a/pkg/volume/util/subpath/nsenter_mount.go b/pkg/util/mount/nsenter_mount.go similarity index 100% rename from pkg/volume/util/subpath/nsenter_mount.go rename to pkg/util/mount/nsenter_mount.go diff --git a/pkg/volume/util/subpath/nsenter_mount_test.go b/pkg/util/mount/nsenter_mount_test.go similarity index 100% rename from pkg/volume/util/subpath/nsenter_mount_test.go rename to pkg/util/mount/nsenter_mount_test.go