Skip to content

Commit c7160f6

Browse files
author
Bill O'Donnell
committed
xfs: dax - remove tech preview tag
JIRA: https://issues.redhat.com/browse/RHEL-35289 Upstream Status: RHEL only Since we've backported the dax patches that remove experimental, remove the tech-preview designation for RHEL. Signed-off-by: Bill O'Donnell <bodonnel@redhat.com>
1 parent 7123213 commit c7160f6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

fs/xfs/xfs_super.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1655,16 +1655,9 @@ xfs_fs_fill_super(
16551655
sb->s_flags |= SB_I_VERSION;
16561656

16571657
if (xfs_has_dax_always(mp)) {
1658-
static bool printed = false;
1659-
16601658
error = xfs_setup_dax_always(mp);
16611659
if (error)
16621660
goto out_filestream_unmount;
1663-
1664-
if (!printed) {
1665-
mark_tech_preview("xfs direct access (dax)", NULL);
1666-
printed = true;
1667-
}
16681661
}
16691662

16701663
if (xfs_has_discard(mp) && !bdev_max_discard_sectors(sb->s_bdev)) {

0 commit comments

Comments
 (0)