]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: disable xfs_check when metadir is enabled
authorDarrick J. Wong <djwong@kernel.org>
Wed, 3 Jul 2024 21:21:50 +0000 (14:21 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 1 Aug 2024 00:07:30 +0000 (17:07 -0700)
commit765208c22d6b849d0b2324d334a1928f46569e91
tree02f038349f8054ea1c56e70c4e150c2a1af2f5eb
parent4b7d581214b7c77d3356fb80b672cb55c7ff6d00
xfs_db: disable xfs_check when metadir is enabled

As of July 2024, xfs_repair can detect more types of corruptions than
xfs_check does.  I don't think it makes sense to maintain the xfs_check
code anymore, so let's just turn it off for any filesystem that has
metadata directory trees.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
db/check.c