commit | 855e60b68eb36ca931894892f1add78c5bdc7546 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Jan 06 14:13:22 2022 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri May 13 13:30:30 2022 -0700 |
tree | b0e3c7b8c567243b681a8c3bb980f11dececbeca | |
parent | 0903868ea3aa29c55ac303efdd050dd827dc0f18 [diff] |
xfs_db: report absolute maxlevels for each btree type Augment the xfs_db btheight command so that the debugger can display the absolute maximum btree height for each btree type. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>