diff options
author | Dave Chinner <dchinner@redhat.com> | 2016-07-22 14:10:18 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-07-22 14:10:18 +1000 |
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( } } - 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; |