diff options
author | Linus Torvalds | 2024-03-02 09:38:03 -0800 |
---|---|---|
committer | Linus Torvalds | 2024-03-02 09:38:03 -0800 |
commit | 4640e2be3920168f6b26512466562accb783423a (patch) | |
tree | 498548fbebb513c1d64efacf1422078f0eb72516 /fs | |
parent | 705c72567be6a31a73ce57fa6a2441498479dd71 (diff) | |
parent | 27c86d43bcdb97d00359702713bfff6c006f0d90 (diff) |
Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fix from Chandan Babu:
"Drop experimental warning message when mounting an xfs filesystem on
an fsdax device. We now consider xfs on fsdax to be stable"
* tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
xfs: drop experimental warning for FSDAX
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c index 5a2512d20bd0..98401de832ee 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: |