summaryrefslogtreecommitdiff
path: root/fs/xfs
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2023-06-13 04:09:04 +0300
committerDarrick J. Wong <djwong@kernel.org>2023-06-13 04:09:04 +0300
commit61d7e8274cd84f574e686b24048ebf29bac861cc (patch)
tree4aab8145b6de74ab774669406394bac3f0e46b7f /fs/xfs
parent06f3ef6e1705612b88aa0b6991e2ac3b8ed3f8ec (diff)
downloadlinux-61d7e8274cd84f574e686b24048ebf29bac861cc.tar.xz
xfs: drop EXPERIMENTAL tag for large extent counts
This feature has been baking in upstream for ~10mo with no bug reports. It seems to work fine here, let's get rid of the scary warnings? Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_super.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 4120bd1cba90..08106cbbad85 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1687,10 +1687,6 @@ xfs_fs_fill_super(
goto out_filestream_unmount;
}
- if (xfs_has_large_extent_counts(mp))
- xfs_warn(mp,
- "EXPERIMENTAL Large extent counts feature in use. Use at your own risk!");
-
error = xfs_mountfs(mp);
if (error)
goto out_filestream_unmount;