retire mount v1

This commit is contained in:
chrislu
2022-02-27 02:57:27 -08:00
parent 22362f6495
commit aa9eef81e6
7 changed files with 43 additions and 416 deletions

View File

@@ -1,13 +0,0 @@
package command
import (
"github.com/seaweedfs/fuse"
)
func osSpecificMountOptions() []fuse.MountOption {
return []fuse.MountOption{}
}
func checkMountPointAvailable(dir string) bool {
return true
}