On Tue, Aug 31, 2021 at 05:11:16PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > At long last I've completed my quest to ensure that every corruption > found by xfs_check can also be found by xfs_repair. Since xfs_check > uses more memory than repair and has long been obsolete, let's stop > running it automatically from _check_xfs_filesystem unless the test > runner makes us do it. > > Tests that explicitly want xfs_check can call it via _scratch_xfs_check > or _xfs_check; that part doesn't go away. Awesome! Reviewed-by: Christoph Hellwig <hch@xxxxxx>