From 468efce93c669dfb9d685f588d0b2d4459da69f5 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 Upstream-commit: 5415804c9d7af6c75a147252ac17f71b9c3f0069 Component: engine --- components/engine/runtime.go | 1 - 1 file changed, 1 deletion(-) diff --git a/components/engine/runtime.go b/components/engine/runtime.go index 52188f1384..2a0dbe6a3e 100644 --- a/components/engine/runtime.go +++ b/components/engine/runtime.go @@ -125,7 +125,6 @@ func (runtime *Runtime) GetMountMethod() MountMethod { runtime.mountMethod = MountMethodDeviceMapper } } - runtime.mountMethod = MountMethodFilesystem } return runtime.mountMethod