commit | 973975b72a36ee86c8c59057f06fcde03478ff4f | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 22 09:51:54 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 25 16:47:50 2021 -0700 |
tree | 2af09dfd31c6f28eb94232f8f0dc2df4d021d3a7 | |
parent | f53acface7a9765ba03b491485bcc53d72810aeb [diff] |
xfs: validate ag btree levels using the precomputed values Use the AG btree height limits that we precomputed into the xfs_mount to validate the AG headers instead of using XFS_BTREE_MAXLEVELS. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de>