Skip to content

Commit 21fe578

Browse files
committed
add note on O_NOATIME
1 parent d4d2bda commit 21fe578

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

file-api.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,9 @@
797797
important). It may also come in handy if your filesystem is on a medium with a
798798
limited number of erase/write cycles -- a CompactFlash, for example. If your
799799
system supports it, it will be a \texttt{noatime} option for the \texttt{mount}
800-
command. See the manual page.
800+
command. See the manual page. Some systems (Linux based) support a non-portable
801+
\texttt{open} syscall flag to set this per file opening, based on some
802+
conditions.
801803
\item \emph{Metadata} is information about the file -- access mode, access
802804
times, length, owner, group, etc. Metadata does \emsl{not} include the file
803805
data itself, or the file name as the file data can be accessed through

0 commit comments

Comments
 (0)