From 91c69fd3532eaa92cfc21c6331699a995fdbe2a6 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 13 Sep 2013 16:04:07 +0200 Subject: [PATCH] Remove accidental commit that enabled MountMethodFilesystem --- runtime.go | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime.go b/runtime.go index 28263ad7cb..10e937e21a 100644 --- a/runtime.go +++ b/runtime.go @@ -125,7 +125,6 @@ func (runtime *Runtime) GetMountMethod() MountMethod { runtime.mountMethod = MountMethodDeviceMapper } } - runtime.mountMethod = MountMethodFilesystem } return runtime.mountMethod