]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_db: stop using XFS_BTREE_MAXLEVELS
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Jan 2022 22:13:21 +0000 (14:13 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jan 2022 00:02:52 +0000 (16:02 -0800)
commit10290b70d2b688f73bd1b75eff2a2a86e304166b
treeececa64877ebf31a2438ef8b327c29cd95c779fe
parentf2096838686e933ac235130fdbbf336719209a49
xfs_db: stop using XFS_BTREE_MAXLEVELS

Use the precomputed per-btree-type max height values.

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