xfs: remove some EXPERIMENTAL warnings
authorDarrick J. Wong <djwong@kernel.org>
Tue, 13 May 2025 14:35:29 +0000 (07:35 -0700)
committerCarlos Maiolino <cem@kernel.org>
Wed, 14 May 2025 10:42:05 +0000 (12:42 +0200)
commitca43b74ac3040ae13be854e6a71ebd7a91e5fcfc
tree5671105c18e2396c1effdff4f8b29012264c1203
parent6e7d71b3a0f9732863b6a1366c9d875cec52c842
xfs: remove some EXPERIMENTAL warnings

Online fsck was finished a year ago, in Linux 6.10.  The exchange-range
syscall and parent pointers were merged in the same cycle.  None of
these have encountered any serious errors in the year that they've been
in the kernel (or the many many years they've been under development) so
let's drop the shouty warnings.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/scrub/scrub.c
fs/xfs/xfs_message.c
fs/xfs/xfs_message.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c