From 01adb460de30d04462973a850537cc907a29d844 Mon Sep 17 00:00:00 2001 From: Paulo Pires Date: Thu, 27 Oct 2016 15:55:01 -0400 Subject: [PATCH] Fixes PR #35652 --- pkg/util/mount/mount_unsupported.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/util/mount/mount_unsupported.go b/pkg/util/mount/mount_unsupported.go index f9abab813dc..4f2c4ef4326 100644 --- a/pkg/util/mount/mount_unsupported.go +++ b/pkg/util/mount/mount_unsupported.go @@ -19,7 +19,8 @@ limitations under the License. package mount type Mounter struct { - mounterPath string + mounterPath string + mounterRootfsPath string } func (mounter *Mounter) Mount(source string, target string, fstype string, options []string) error {