mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 14:27:58 +08:00
FUSE mount: make "nonempty" optional
https://github.com/chrislusf/seaweedfs/issues/1094
This commit is contained in:
@@ -138,9 +138,7 @@ func parseInfoFile(r io.Reader) ([]*Info, error) {
|
||||
}
|
||||
|
||||
func osSpecificMountOptions() []fuse.MountOption {
|
||||
return []fuse.MountOption{
|
||||
fuse.AllowNonEmptyMount(),
|
||||
}
|
||||
return []fuse.MountOption{}
|
||||
}
|
||||
|
||||
func checkMountPointAvailable(dir string) bool {
|
||||
|
Reference in New Issue
Block a user