On 05 Aug 2021 at 00:00, "Darrick J. Wong" <djwong@xxxxxxxxxx> wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > These two features were merged a year ago, userspace tooling have been > merged, and no serious errors have been reported by the developers. > Drop the experimental tag to encourage wider testing. > Looks good to me. Reviewed-by: Chandan Babu R <chandanrlinux@xxxxxxxxx> > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> > Reviewed-by: Bill O'Donnell <billodo@xxxxxxxxxx> > --- > fs/xfs/xfs_super.c | 8 -------- > 1 file changed, 8 deletions(-) > > > diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c > index 2bab18ed73b9..c4ba5c712284 100644 > --- a/fs/xfs/xfs_super.c > +++ b/fs/xfs/xfs_super.c > @@ -1599,10 +1599,6 @@ xfs_fs_fill_super( > if (XFS_SB_VERSION_NUM(&mp->m_sb) == XFS_SB_VERSION_5) > sb->s_flags |= SB_I_VERSION; > > - if (xfs_sb_version_hasbigtime(&mp->m_sb)) > - xfs_warn(mp, > - "EXPERIMENTAL big timestamp feature in use. Use at your own risk!"); > - > if (mp->m_flags & XFS_MOUNT_DAX_ALWAYS) { > bool rtdev_is_dax = false, datadev_is_dax; > > @@ -1658,10 +1654,6 @@ xfs_fs_fill_super( > goto out_filestream_unmount; > } > > - if (xfs_sb_version_hasinobtcounts(&mp->m_sb)) > - xfs_warn(mp, > - "EXPERIMENTAL inode btree counters feature in use. Use at your own risk!"); > - > error = xfs_mountfs(mp); > if (error) > goto out_filestream_unmount; -- chandan