]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_spaceman: port relocation structure to 32-bit systems
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 Aug 2024 22:54:54 +0000 (15:54 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 14 Aug 2024 03:08:26 +0000 (20:08 -0700)
commitf99885baea0fa09801984bcd6642b29c1bdeadc3
treeeada3fe2dcc311848f5313e930dc914dfc2ad9ef
parent7547c7a3f21a1d0277991bea4a681dece29f2173
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>
configure.ac
include/builddefs.in
m4/package_libcdev.m4
spaceman/Makefile
spaceman/relocation.c