From: Shiyang Ruan Date: Fri, 15 Sep 2023 06:38:54 +0000 (+0800) Subject: xfs: drop experimental warning for FSDAX X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=27c86d43bcdb97d00359702713bfff6c006f0d90;p=linux.git xfs: drop experimental warning for FSDAX FSDAX and reflink can work together now, let's drop this warning. Signed-off-by: Shiyang Ruan Reviewed-by: "Darrick J. Wong" Acked-by: Dan Williams Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 5a2512d20bd07..98401de832eea 100644 --- a/fs/xfs/xfs_super.c +++ b/fs/xfs/xfs_super.c @@ -350,7 +350,6 @@ xfs_setup_dax_always( return -EINVAL; } - xfs_warn(mp, "DAX enabled. Warning: EXPERIMENTAL, use at your own risk"); return 0; disable_dax: