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