Blob Blame History Raw
From 72e5f7cca07c7bcff61dd3987a498d6b4ec8744d Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiopoulos@suse.com>
Date: Sun, 25 Aug 2019 12:47:47 +0200
Subject: [PATCH] xfs: remove experimental tag for dax support
Patch-mainline: Not yet, xfs dax not considered stable upstream
References: FATE#324503

We have been supporting xfs dax for a while, and we are continuing to do
so for SLE15-SP2. Remove the warning when the filesystem is mounted with
the dax option passed, in accordance with that.

Signed-off-by: Anthony Iliopoulos <ailiopoulos@suse.com>
Acked-by: Anthony Iliopoulos <ailiopoulos@suse.com>

---
 fs/xfs/xfs_super.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index f9450235533c..b39d886932fd 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -1674,9 +1674,6 @@ xfs_fs_fill_super(
 	if (mp->m_flags & XFS_MOUNT_DAX) {
 		bool rtdev_is_dax = false, datadev_is_dax;

-		xfs_warn(mp,
-		"DAX enabled. Warning: EXPERIMENTAL, use at your own risk");
-
 		datadev_is_dax = bdev_dax_supported(mp->m_ddev_targp->bt_bdev,
 			sb->s_blocksize);
 		if (mp->m_rtdev_targp)
--
2.16.4