Skip to content

Commit

Permalink
xfs: drop experimental warning for FSDAX
Browse files Browse the repository at this point in the history
FSDAX and reflink can work together now, let's drop this warning.

Signed-off-by: Shiyang Ruan <ruansy.fnst@fujitsu.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
  • Loading branch information
Shiyang Ruan authored and Chandan Babu R committed Feb 27, 2024
1 parent d206a76 commit 27c86d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 27c86d4

Please sign in to comment.