Sfoglia il codice sorgente

Remove accidental commit that enabled MountMethodFilesystem

Alexander Larsson 12 anni fa
parent
commit
5415804c9d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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