Update relatime comments to include equality
authorStephen Kitt <steve@sk2.org>
Sat, 25 Mar 2023 08:22:32 +0000 (09:22 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 27 Mar 2023 11:51:32 +0000 (13:51 +0200)
commitd98ffa1aca264ce547b9135135f83d81cfe4345f
tree96d0879eb92883753a49740f9578cc04b5719cfa
parentdc7cb2d29805fe4fa4000fc0b09740fc24c93408
Update relatime comments to include 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" and "younger than" in the comments 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>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/inode.c