Skip to content

Commit 50ec1d7

Browse files
committed
Revert "ext4: switch to multigrain timestamps"
This reverts commit 0269b58. 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 f798acc commit 50ec1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ext4/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7314,7 +7314,7 @@ static struct file_system_type ext4_fs_type = {
73147314
.init_fs_context = ext4_init_fs_context,
73157315
.parameters = ext4_param_specs,
73167316
.kill_sb = ext4_kill_sb,
7317-
.fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP | FS_MGTIME,
7317+
.fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
73187318
};
73197319
MODULE_ALIAS_FS("ext4");
73207320

0 commit comments

Comments
 (0)