]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_db: disable xfs_check when metadir is enabled
authorDarrick J. Wong <djwong@kernel.org>
Tue, 15 Oct 2024 19:43:59 +0000 (12:43 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 1 Nov 2024 20:44:46 +0000 (13:44 -0700)
commit76cce31f3eb61dd739e1987472f58680c65a2a9d
tree408578b8052f1b8a6cc1179aeec8050ab3bcf196
parentd223fb01fad5badbda285ecc10a26d730ea84058
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