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>
.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
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);