Skip to content

Commit ae17acf

Browse files
committed
Merge: xfs: dax - remove tech preview tag
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/4167 Since we've backported the dax patches that remove experimental, remove the xfs-dax tech-preview designation for RHEL. JIRA: https://issues.redhat.com/browse/RHEL-35289 Signed-off-by: Bill O'Donnell <bodonnel@redhat.com> Approved-by: Andrey Albershteyn <aalbersh@redhat.com> Approved-by: Eric Sandeen <esandeen@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Lucas Zampieri <lzampier@redhat.com>
2 parents 3704be6 + c7160f6 commit ae17acf

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)