]> www.infradead.org Git - users/hch/xfsprogs.git/commit
repair: use a separate bmaps array for real time groups
authorChristoph Hellwig <hch@lst.de>
Thu, 15 Aug 2024 19:41:38 +0000 (12:41 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 9 Oct 2024 23:29:13 +0000 (16:29 -0700)
commit9267fac86e3fc97cd3919cc3ed6e3cbcee74ad3b
tree3e04e17692a889164b13d8d25716b92b3282f4ca
parente78fbd34cf2119f907f974796b14165a4642f2e6
repair: use a separate bmaps array for real time groups

Stop pretending RTGs are high numbered AGs and just use separate
structures instead.

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>
libxfs/libxfs_api_defs.h
repair/dino_chunks.c
repair/dinode.c
repair/incore.c
repair/incore.h
repair/phase2.c
repair/phase4.c
repair/phase5.c
repair/rt.c
repair/scan.c