aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-10-20 21:20:36 +0200
committerLudovic Courtès <ludo@gnu.org>2022-10-20 23:07:37 +0200
commitc0773455397746b10194bc14c7cef144f4095b65 (patch)
tree6dc4175cd49f54819d396634e1c5f00dd244bffb /doc
parent6352e3a17b5978cf9af9e1668816d8f47ec85208 (diff)
downloadguix-c0773455397746b10194bc14c7cef144f4095b65.tar
guix-c0773455397746b10194bc14c7cef144f4095b65.tar.gz
file-systems: Support the 'no-diratime' mount flag.
* gnu/build/file-systems.scm (mount-flags->bit-mask): Handle 'no-diratime'. * doc/guix.texi (File Systems): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index fd8b19fe46..5c41f21d45 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -16546,6 +16546,7 @@ This is a list of symbols denoting mount flags. Recognized flags
include @code{read-only}, @code{bind-mount}, @code{no-dev} (disallow
access to special files), @code{no-suid} (ignore setuid and setgid
bits), @code{no-atime} (do not update file access times),
+@code{no-diratime} (likewise for directories only),
@code{strict-atime} (update file access time), @code{lazy-time} (only
update time on the in-memory version of the file inode),
@code{no-exec} (disallow program execution), and @code{shared} (make the