mount: complete fix for freebsd

fix https://github.com/seaweedfs/seaweedfs/issues/6645
This commit is contained in:
chrislu
2025-06-12 08:19:47 -07:00
parent e71d681fee
commit c79e73aa2a
6 changed files with 49 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
package command
func checkMountPointAvailable(dir string) bool {
return true
}