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 <[email protected]> Reviewed-by: Jan Kara <[email protected]> Tested-by: Randy Dunlap <[email protected]> # documentation bits Signed-off-by: Jeff Layton <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent e2e801d commit 234d889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)