commit | c0643f6fdd6d3c448142ed1492a9a6b6505f9afb | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Sep 16 12:26:56 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Tue Oct 19 11:45:15 2021 -0700 |
tree | ec9f193ce040806f38b138c6fcc2c11c0dd82b6f | |
parent | 56370ea6e5fe3e3d6e1ca2da58f95fb0d5e1779f [diff] |
xfs: encode the max btree height in the cursor Encode the maximum btree height in the cursor, since we're soon going to allow smaller cursors for AG btrees and larger cursors for file btrees. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>