]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tmpfs: add support for multigrain timestamps
authorJeff Layton <jlayton@kernel.org>
Wed, 2 Oct 2024 21:27:27 +0000 (17:27 -0400)
committerChristian Brauner <brauner@kernel.org>
Thu, 10 Oct 2024 08:20:53 +0000 (10:20 +0200)
commit234d8895e3ad8ddb93d687d665086bd303901d87
tree8ff99757a20504ff026597e881ba34f0ebea318f
parente2e801d6e62507c297ec2c102e24d09c90618e8b
tmpfs: add support for multigrain timestamps

Enable multigrain timestamps, which should ensure that there is an
apparent change to the timestamp whenever it has been written after
being actively observed via getattr.

tmpfs only requires the FS_MGTIME flag.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Tested-by: Randy Dunlap <rdunlap@infradead.org> # documentation bits
Signed-off-by: Jeff Layton <jlayton@kernel.org>
Link: https://lore.kernel.org/r/20241002-mgtime-v10-12-d1c4717f5284@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
mm/shmem.c