mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
Revert "tmpfs: add support for multigrain timestamps"
This reverts commit d48c339729
.
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>
This commit is contained in:
parent
ce9ecca023
commit
db58b5eea8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue