Skip to content

Commit 234d889

Browse files
jtlaytonbrauner
authored andcommitted
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>
1 parent e2e801d commit 234d889

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mm/shmem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4804,7 +4804,7 @@ static struct file_system_type shmem_fs_type = {
48044804
.parameters = shmem_fs_parameters,
48054805
#endif
48064806
.kill_sb = kill_litter_super,
4807-
.fs_flags = FS_USERNS_MOUNT | FS_ALLOW_IDMAP,
4807+
.fs_flags = FS_USERNS_MOUNT | FS_ALLOW_IDMAP | FS_MGTIME,
48084808
};
48094809

48104810
void __init shmem_init(void)

0 commit comments

Comments
 (0)