Skip to content

Commit 72ccbbe

Browse files
Dave Chinnerdchinner
authored andcommitted
xfs: remove EXPERIMENTAL tag from sparse inode feature
Been around for long enough now, hasn't caused any regression test failures in the past 3 months, so it's time to make it a fully supported feature. Signed-off-by: Dave Chinner <[email protected]> Reviewed-by: Eric Sandeen <[email protected]> Signed-off-by: Dave Chinner <[email protected]>
1 parent 28b783e commit 72ccbbe

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
@@ -1565,10 +1565,6 @@ xfs_fs_fill_super(
15651565
}
15661566
}
15671567

1568-
if (xfs_sb_version_hassparseinodes(&mp->m_sb))
1569-
xfs_alert(mp,
1570-
"EXPERIMENTAL sparse inode feature enabled. Use at your own risk!");
1571-
15721568
error = xfs_mountfs(mp);
15731569
if (error)
15741570
goto out_filestream_unmount;

0 commit comments

Comments
 (0)