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

@@ -46,6 +46,7 @@ type Option struct {
Umask os.FileMode
Quota int64
DisableXAttr bool
IsMacOs bool
MountUid uint32
MountGid uint32