From: Darrick J. Wong Date: Tue, 13 Jun 2023 01:09:04 +0000 (-0700) Subject: xfs: drop EXPERIMENTAL tag for large extent counts X-Git-Tag: v6.6.7~2380^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61d7e8274cd84f574e686b24048ebf29bac861cc;p=platform%2Fkernel%2Flinux-starfive.git 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 Reviewed-by: Dave Chinner --- diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 4120bd1..08106cb 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;