]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs_scrub: remove EXPERIMENTAL warnings for-next
authorDarrick J. Wong <djwong@kernel.org>
Tue, 1 Jul 2025 17:45:15 +0000 (10:45 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Fri, 18 Jul 2025 14:05:10 +0000 (16:05 +0200)
The kernel code for online fsck has been stable for a year, and there
haven't been any major changes to the program in quite some time, so
let's drop the experimental warnings.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
man/man8/xfs_scrub.8
scrub/xfs_scrub.c

index 1ed4b176b6a35a0a12bcb70bfa21d25d90694abe..8b2a990831a2cc53eee33f01a148649d30f87300 100644 (file)
@@ -13,12 +13,6 @@ xfs_scrub \- check and repair the contents of a mounted XFS filesystem
 .B xfs_scrub
 attempts to check and repair all metadata in a mounted XFS filesystem.
 .PP
-.B WARNING!
-This program is
-.BR EXPERIMENTAL ","
-which means that its behavior and interface
-could change at any time!
-.PP
 .B xfs_scrub
 asks the kernel to scrub all metadata objects in the filesystem.
 Metadata records are scanned for obviously bad values and then
index 90897cc26cd71d7d2ce3d30eb5f38f4cd107e713..3dba972a7e8d2ab45355c3bdc424c3f9100ffe97 100644 (file)
@@ -730,9 +730,6 @@ main(
        hist_init(&ctx.datadev_hist);
        hist_init(&ctx.rtdev_hist);
 
-       fprintf(stdout, "EXPERIMENTAL xfs_scrub program in use! Use at your own risk!\n");
-       fflush(stdout);
-
        progname = basename(argv[0]);
        setlocale(LC_ALL, "");
        bindtextdomain(PACKAGE, LOCALEDIR);