Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72ccbbe1 authored by Dave Chinner's avatar Dave Chinner Committed by Dave Chinner
Browse files

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: default avatarDave Chinner <dchinner@redhat.com>
Reviewed-by: default avatarEric Sandeen <sandeen@redhat.com>
Signed-off-by: default avatarDave Chinner <david@fromorbit.com>
parent 28b783e4
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;