]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: switch to multigrain timestamps
authorJeff Layton <jlayton@kernel.org>
Wed, 2 Oct 2024 21:27:25 +0000 (17:27 -0400)
committerChristian Brauner <brauner@kernel.org>
Thu, 10 Oct 2024 08:20:53 +0000 (10:20 +0200)
commitd0382c698f9c9c80483987e1b4661b5d97a805d4
tree60fd5cbfd63a313538b196462bb272c8acf99154
parent1cf7e834a6fb84de9d1e038d6cf4c5bd0d202ffa
ext4: switch to 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.

For ext4, we only need to enable 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-10-d1c4717f5284@kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ext4/super.c