Explorar o código

Remove accidental commit that enabled MountMethodFilesystem

Alexander Larsson %!s(int64=12) %!d(string=hai) anos
pai
achega
91c69fd353
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      runtime.go

+ 0 - 1
runtime.go

@@ -125,7 +125,6 @@ func (runtime *Runtime) GetMountMethod() MountMethod {
 				runtime.mountMethod = MountMethodDeviceMapper
 			}
 		}
-		runtime.mountMethod = MountMethodFilesystem
 	}
 
 	return runtime.mountMethod