From: Darrick J. Wong Date: Tue, 1 Jul 2025 17:45:15 +0000 (-0700) Subject: xfs_scrub: remove EXPERIMENTAL warnings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffor-next;p=thirdparty%2Fxfsprogs-dev.git xfs_scrub: remove EXPERIMENTAL warnings 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" Reviewed-by: Christoph Hellwig --- diff --git a/man/man8/xfs_scrub.8 b/man/man8/xfs_scrub.8 index 1ed4b176..8b2a9908 100644 --- a/man/man8/xfs_scrub.8 +++ b/man/man8/xfs_scrub.8 @@ -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 diff --git a/scrub/xfs_scrub.c b/scrub/xfs_scrub.c index 90897cc2..3dba972a 100644 --- a/scrub/xfs_scrub.c +++ b/scrub/xfs_scrub.c @@ -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);