Skip to content

Commit db58b5e

Browse files
committed
Revert "tmpfs: add support for multigrain timestamps"
This reverts commit d48c339. Users reported regressions due to enabling multi-grained timestamps unconditionally. As no clear consensus on a solution has come up and the discussion has gone back to the drawing board revert the infrastructure changes for. If it isn't code that's here to stay, make it go away. Message-ID: <20230920-keine-eile-c9755b5825db@brauner> Acked-by: Jan Kara <jack@suse.cz> Acked-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent ce9ecca commit db58b5e

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
@@ -4586,7 +4586,7 @@ static struct file_system_type shmem_fs_type = {
45864586
#endif
45874587
.kill_sb = kill_litter_super,
45884588
#ifdef CONFIG_SHMEM
4589-
.fs_flags = FS_USERNS_MOUNT | FS_ALLOW_IDMAP | FS_MGTIME,
4589+
.fs_flags = FS_USERNS_MOUNT | FS_ALLOW_IDMAP,
45904590
#else
45914591
.fs_flags = FS_USERNS_MOUNT,
45924592
#endif

0 commit comments

Comments
 (0)