xfs: remove EXPERIMENTAL tag from sparse inode feature
authorDave Chinner <dchinner@redhat.com>
Fri, 22 Jul 2016 04:10:18 +0000 (14:10 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 22 Jul 2016 04:10:18 +0000 (14:10 +1000)
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 <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_super.c

index 11ea5d51db56715cf2815dbda8ab3577ee0fd686..1fa3f8f7cc13b5b534a41083a7347ab7c7144bb3 100644 (file)
@@ -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;