]> 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, 21 Nov 2024 00:24:35 +0000 (16:24 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 28 Nov 2024 02:33:17 +0000 (18:33 -0800)
commit9316be0bbe29a324272f5f3ead774e38a1d9b3be
tree7ca1fbb72b4186a1e02d9ccdfdb590a321815045
parentbd34d615f47cebd7c80c45ee6fe8cab9eb52c5e7
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