Commit 4640e2be authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents 705c7256 27c86d43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: