From: Dave Chinner Date: Fri, 22 Jul 2016 04:10:18 +0000 (+1000) Subject: xfs: remove EXPERIMENTAL tag from sparse inode feature X-Git-Tag: v4.13~2641^2^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=72ccbbe154fc307c98153725822be515fc0326d3;p=mirror_ubuntu-bionic-kernel.git 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 Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 11ea5d51db56..1fa3f8f7cc13 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -1565,10 +1565,6 @@ xfs_fs_fill_super( } } - if (xfs_sb_version_hassparseinodes(&mp->m_sb)) - xfs_alert(mp, - "EXPERIMENTAL sparse inode feature enabled. Use at your own risk!"); - error = xfs_mountfs(mp); if (error) goto out_filestream_unmount;