Passthru more open flags to gofers
Open
area: filesystem
type: enhancement
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
Flags like O_NOATIME and O_DIRECT need to be passed to the gofer, otherwise they will have no effect to the underlying file (for the filesystems that support them). Apart from file mode, the only flag passed currently is O_TRUNC.
It will likely require a version bump in the gofer.
Contributor guide
Assessment
This issue has not been assessed yet.