diff --git a/pkg/util/mount/hostutils/fake.go b/pkg/util/mount/fake.go similarity index 100% rename from pkg/util/mount/hostutils/fake.go rename to pkg/util/mount/fake.go diff --git a/pkg/util/mount/hostutils/fake_hostutil.go b/pkg/util/mount/fake_hostutil.go similarity index 100% rename from pkg/util/mount/hostutils/fake_hostutil.go rename to pkg/util/mount/fake_hostutil.go diff --git a/pkg/util/mount/hostutils/hostutil.go b/pkg/util/mount/hostutil.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil.go rename to pkg/util/mount/hostutil.go diff --git a/pkg/util/mount/hostutils/hostutil_linux.go b/pkg/util/mount/hostutil_linux.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_linux.go rename to pkg/util/mount/hostutil_linux.go diff --git a/pkg/util/mount/hostutils/hostutil_linux_test.go b/pkg/util/mount/hostutil_linux_test.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_linux_test.go rename to pkg/util/mount/hostutil_linux_test.go diff --git a/pkg/util/mount/hostutils/hostutil_unsupported.go b/pkg/util/mount/hostutil_unsupported.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_unsupported.go rename to pkg/util/mount/hostutil_unsupported.go diff --git a/pkg/util/mount/hostutils/hostutil_windows.go b/pkg/util/mount/hostutil_windows.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_windows.go rename to pkg/util/mount/hostutil_windows.go diff --git a/pkg/util/mount/hostutils/hostutil_windows_test.go b/pkg/util/mount/hostutil_windows_test.go similarity index 100% rename from pkg/util/mount/hostutils/hostutil_windows_test.go rename to pkg/util/mount/hostutil_windows_test.go diff --git a/pkg/util/mount/hostutils/mount.go b/pkg/util/mount/mount.go similarity index 100% rename from pkg/util/mount/hostutils/mount.go rename to pkg/util/mount/mount.go diff --git a/pkg/util/mount/hostutils/mount_linux.go b/pkg/util/mount/mount_linux.go similarity index 100% rename from pkg/util/mount/hostutils/mount_linux.go rename to pkg/util/mount/mount_linux.go diff --git a/pkg/util/mount/hostutils/mount_linux_test.go b/pkg/util/mount/mount_linux_test.go similarity index 100% rename from pkg/util/mount/hostutils/mount_linux_test.go rename to pkg/util/mount/mount_linux_test.go diff --git a/pkg/util/mount/hostutils/mount_unsupported.go b/pkg/util/mount/mount_unsupported.go similarity index 100% rename from pkg/util/mount/hostutils/mount_unsupported.go rename to pkg/util/mount/mount_unsupported.go diff --git a/pkg/util/mount/hostutils/mount_windows.go b/pkg/util/mount/mount_windows.go similarity index 100% rename from pkg/util/mount/hostutils/mount_windows.go rename to pkg/util/mount/mount_windows.go diff --git a/pkg/util/mount/hostutils/mount_windows_test.go b/pkg/util/mount/mount_windows_test.go similarity index 100% rename from pkg/util/mount/hostutils/mount_windows_test.go rename to pkg/util/mount/mount_windows_test.go