]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: convert rtgroup lookup to an xarray xfs-rtg-xarray
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Aug 2024 11:52:36 +0000 (13:52 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 20 Aug 2024 14:22:58 +0000 (16:22 +0200)
commit3155f148e8e404cefed53becc99eedf2a9aee4c0
treecd3633072cf5dc5002df254a7931c82aa10ab09d
parent8ac29ba49b0d4911e62eef4f38dae494b043879f
xfs: convert rtgroup lookup to an xarray

The xarray is the modern replacement for the radix-tree.  It is simpler
to use, especially when using marks to find specific entries, something
we will heavily use for the zone allocator implementation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_rtgroup.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c