mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 22:21:42 +00:00
Changes for 6.8-rc7:
* Drop experimental warning for FSDAX. Signed-off-by: Chandan Babu R <chandanbabu@kernel.org> -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQjMC4mbgVeU7MxEIYH7y4RirJu9AUCZd1uBAAKCRAH7y4RirJu 9Io/AP9+wwQRMgBT4gmCtUytpYgjZaEs8D3pVN+B9cV2OGzBzwD+Oek5ax/rKFRr 62gcdMwAIRX7AQMQTOdkcyp/q0UslgY= =6sb7 -----END PGP SIGNATURE----- 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
This commit is contained in:
commit
4640e2be39
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user