Skip to content

Commit

Permalink
xfs: remove EXPERIMENTAL tag from sparse inode feature
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Chinner authored and Dave Chinner committed Jul 22, 2016
1 parent 28b783e commit 72ccbbe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fs/xfs/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 72ccbbe

Please sign in to comment.