Skip to content

Commit 61d7e82

Browse files
author
Darrick J. Wong
committed
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>
1 parent 06f3ef6 commit 61d7e82

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/xfs/xfs_super.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,10 +1687,6 @@ xfs_fs_fill_super(
16871687
goto out_filestream_unmount;
16881688
}
16891689

1690-
if (xfs_has_large_extent_counts(mp))
1691-
xfs_warn(mp,
1692-
"EXPERIMENTAL Large extent counts feature in use. Use at your own risk!");
1693-
16941690
error = xfs_mountfs(mp);
16951691
if (error)
16961692
goto out_filestream_unmount;

0 commit comments

Comments
 (0)