aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_super.c
diff options
context:
space:
mode:
authorGravatar Christian Brauner <brauner@kernel.org> 2023-09-20 16:41:18 +0200
committerGravatar Christian Brauner <brauner@kernel.org> 2023-09-20 18:05:31 +0200
commitf798accd5987dc2280e0ba9055edf1124af46a5f (patch)
tree6bffe1a86d82bc023a25f08aec51574d1bbbefd7 /fs/xfs/xfs_super.c
parentRevert "tmpfs: add support for multigrain timestamps" (diff)
downloadlinux-f798accd5987dc2280e0ba9055edf1124af46a5f.tar.gz
linux-f798accd5987dc2280e0ba9055edf1124af46a5f.tar.bz2
linux-f798accd5987dc2280e0ba9055edf1124af46a5f.zip
Revert "xfs: switch to multigrain timestamps"
This reverts commit e44df2664746aed8b6dd5245eb711a0ce33c5cf5. 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>
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r--fs/xfs/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 1f77014c6e1a..b5c202f5d96c 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -2065,7 +2065,7 @@ static struct file_system_type xfs_fs_type = {
.init_fs_context = xfs_init_fs_context,
.parameters = xfs_fs_parameters,
.kill_sb = xfs_kill_sb,
- .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP | FS_MGTIME,
+ .fs_flags = FS_REQUIRES_DEV | FS_ALLOW_IDMAP,
};
MODULE_ALIAS_FS("xfs");