]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: relatime allows equality
authorStephen Kitt <steve@sk2.org>
Sat, 25 Mar 2023 08:30:22 +0000 (09:30 +0100)
committerStephen Kitt <steve@sk2.org>
Sat, 25 Mar 2023 08:30:22 +0000 (09:30 +0100)
commit9154eac9c204e291e8d22b9d9f06ceb80d650f8d
tree58550ae0f4c572b33bdd136f0aab6c785030be9f
parentd155c11d2e5374623d16c6bae7198ec9b8f479bb
mount: relatime allows equality

relatime also updates atime if the previous atime is equal to one or
both of the ctime and mtime; a non-strict interpretation of "earlier
than" allows this, but for clarity, this makes it explicit.

Pointed out by "epiii2" and "ctrl-alt-delor" in
https://unix.stackexchange.com/q/740862/86440.

Signed-off-by: Stephen Kitt <steve@sk2.org>
sys-utils/mount.8.adoc