From: Christian Brauner Date: Wed, 20 Sep 2023 14:40:22 +0000 (+0200) Subject: Revert "tmpfs: add support for multigrain timestamps" X-Git-Tag: v6.6.17~3884^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db58b5eea8a47da3bed6b128dfcbdaf336c6a244;p=platform%2Fkernel%2Flinux-rpi.git Revert "tmpfs: add support for multigrain timestamps" This reverts commit d48c3397291690c3576d6c983b0a86ecbc203cac. 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 Acked-by: Jeff Layton Signed-off-by: Christian Brauner --- diff --git a/mm/shmem.c b/mm/shmem.c index 02e62fc..69595d3 100644 --- a/mm/shmem.c +++ b/mm/shmem.c @@ -4586,7 +4586,7 @@ static struct file_system_type shmem_fs_type = { #endif .kill_sb = kill_litter_super, #ifdef CONFIG_SHMEM - .fs_flags = FS_USERNS_MOUNT | FS_ALLOW_IDMAP | FS_MGTIME, + .fs_flags = FS_USERNS_MOUNT | FS_ALLOW_IDMAP, #else .fs_flags = FS_USERNS_MOUNT, #endif