common/xfs: skip xfs_check unless the test runner forces us to
authorDarrick J. Wong <djwong@kernel.org>
Wed, 1 Sep 2021 00:11:16 +0000 (17:11 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 5 Sep 2021 13:15:10 +0000 (21:15 +0800)
commit591c8fb57d07dcd3cf5784adf1c7d06040829ef1
tree102f5f61d01337204983b109b62ff5caf8bb7c4e
parenta1b220feba1dd6eb3cad423599694e4d7459abcb
common/xfs: skip xfs_check unless the test runner forces us to

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.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
README
common/xfs