Add O_NOATIME to OpenFlags (#8993)
commit8b9033e4d24115190c06f775d18ef3a40cbca876
authorturbo <minxomat@gmail.com>
Wed, 31 Jul 2019 19:24:53 +0000 (31 21:24 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Wed, 31 Jul 2019 19:24:53 +0000 (31 21:24 +0200)
tree682c3a6a4599754328b13678b5f9505bab9020eb
parent60c277cb4eec4bac9b4149cc345155f3b810e7da
Add O_NOATIME to OpenFlags (#8993)

O_NOATIME (Linux > 2.6.8): Do not update the file last access time (st_atime in the inode) when the file is read(2). Programs that merely index the existence of a file (backup programs e.g.) can reduce disk load using this flag.
external/api-snapshot
mcs/class/Mono.Posix/Mono.Unix.Native/Syscall.cs
support/map.c
support/map.h
support/old-map.c
support/old-map.h