diff options
author | Dave Chinner <dchinner@redhat.com> | 2016-07-22 00:10:18 -0400 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-07-22 00:10:18 -0400 |
commit | 72ccbbe154fc307c98153725822be515fc0326d3 (patch) | |
tree | d4d41257609ef3b9f6a0c6c052fe37e0350b4d90 /fs/xfs/xfs_super.c | |
parent | 28b783e47ad702b8e0f4861ef94cdfce6abd7c80 (diff) |
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 <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/xfs_super.c')
-rw-r--r-- | fs/xfs/xfs_super.c | 4 |
1 files changed, 0 insertions, 4 deletions
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( | |||
1565 | } | 1565 | } |
1566 | } | 1566 | } |
1567 | 1567 | ||
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 | |||
1572 | error = xfs_mountfs(mp); | 1568 | error = xfs_mountfs(mp); |
1573 | if (error) | 1569 | if (error) |
1574 | goto out_filestream_unmount; | 1570 | goto out_filestream_unmount; |