commit | cba69a14ccfb8f45d89e649cb3878995e405c14c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Jan 29 15:13:59 2024 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Mar 24 13:23:24 2024 -0700 |
tree | aef83c33626c3bfcdf921a3b087986f4f3aa0b73 | |
parent | bda590686eec18881fe4c1d7da07473865e59e26 [diff] |
xfs: rename btree helpers that depends on the block number representation All these helpers hardcode fsblocks or agblocks and not just the pointer size. Rename them so that the names are still fitting when we add the long format in-memory blocks and adjust the checks when calling them to check the btree types and not just pointer length. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>