Skip to content

Commit 4640e2b

Browse files
committed
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
2 parents 705c725 + 27c86d4 commit 4640e2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/xfs/xfs_super.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ xfs_setup_dax_always(
350350
return -EINVAL;
351351
}
352352

353-
xfs_warn(mp, "DAX enabled. Warning: EXPERIMENTAL, use at your own risk");
354353
return 0;
355354

356355
disable_dax:

0 commit comments

Comments
 (0)