mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-02-09 09:17:28 +08:00
FUSE: add os specific mount options
related to https://github.com/chrislusf/seaweedfs/issues/1094
This commit is contained in:
10
weed/command/mount_darwin.go
Normal file
10
weed/command/mount_darwin.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package command
|
||||
|
||||
import (
|
||||
|
||||
"github.com/seaweedfs/fuse"
|
||||
)
|
||||
|
||||
func osSpecificMountOptions() []fuse.MountOption {
|
||||
return []fuse.MountOption{}
|
||||
}
|
||||
Reference in New Issue
Block a user