浏览代码

Remove accidental commit that enabled MountMethodFilesystem

Alexander Larsson 12 年之前
父节点
当前提交
5415804c9d
共有 1 个文件被更改,包括 0 次插入1 次删除
  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