在 2024/1/12 10:21, Darrick J. Wong 写道:
On Thu, Jan 11, 2024 at 10:59:21AM -0600, Bill O'Donnell wrote:
On Fri, Sep 15, 2023 at 02:38:54PM +0800, Shiyang Ruan wrote:
FSDAX and reflink can work together now, let's drop this warning.
Signed-off-by: Shiyang Ruan <ruansy.fnst@xxxxxxxxxxx>
Are there any updates on this?
Remind us to slip this in for 6.8-rc7 if nobody complains about the new
dax functionality. :)
Hi,
I have been running tests on weekly -rc release, and so far the fsdax
functionality looks good. So, I'd like to send this remind since the
-rc7 is not far away. Please let me know if you have any concerns.
--
Thanks,
Ruan.
--D
Thanks-
Bill
---
fs/xfs/xfs_super.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
index 1f77014c6e1a..faee773fa026 100644
--- a/fs/xfs/xfs_super.c
+++ b/fs/xfs/xfs_super.c
@@ -371,7 +371,6 @@ xfs_setup_dax_always(
return -EINVAL;
}
- xfs_warn(mp, "DAX enabled. Warning: EXPERIMENTAL, use at your own risk");
return 0;
disable_dax:
--
2.42.0