xfs: move the per-AG datatype bitmaps to separate files
authorDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:30 +0000 (10:03 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:30 +0000 (10:03 -0800)
commit0f08af0f9f3eb4a67fa3849c63e918bac9773da8
tree6b087b0a02d97ac7ce4584de7bdf43d3c54c349f
parent6ece924b95226235059ed2ffc2c0f44a124c5910
xfs: move the per-AG datatype bitmaps to separate files

Move struct xagb_bitmap to its own pair of C and header files per
request of Christoph.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/Makefile
fs/xfs/scrub/agb_bitmap.c [new file with mode: 0644]
fs/xfs/scrub/agb_bitmap.h [new file with mode: 0644]
fs/xfs/scrub/agheader_repair.c
fs/xfs/scrub/bitmap.c
fs/xfs/scrub/bitmap.h
fs/xfs/scrub/reap.c
fs/xfs/scrub/rmap.c