]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'xfs-6.8-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Mar 2024 17:38:03 +0000 (09:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Mar 2024 17:38:03 +0000 (09:38 -0800)
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

fs/xfs/xfs_super.c

index 5a2512d20bd07473a872592911ede7246b8c11b7..98401de832eeab2c0ca66db4f9d8f22041dc4e28 100644 (file)
@@ -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: