commit | 90e751728b76a956bbf50b7b23b5ebd1726757aa | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Feb 03 12:28:34 2025 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Sun Mar 30 16:29:01 2025 -0700 |
tree | 889f79a10664a911c4b8a3634c1a8be43887acc5 | |
parent | 0d8f954bba89041053ec4c3e0e103a6c831ebe7d [diff] |
xfs_spaceman: port relocation structure to 32-bit systems We can't use the radix tree to store relocation information on 32-bit systems because unsigned longs are not large enough to hold 64-bit inodes. Use an avl64 tree instead. Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>