remove the direct_io flag, as it is not well-supported on macOS

This commit is contained in:
chrislu
2024-11-07 14:18:59 -08:00
parent 88a1eee31c
commit 113c9ce6a8
3 changed files with 11 additions and 0 deletions

View File

@@ -248,6 +248,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool {
Cipher: cipher,
UidGidMapper: uidGidMapper,
DisableXAttr: *option.disableXAttr,
IsMacOs: runtime.GOOS == "darwin",
})
// create mount root