xfs: implement online scrubbing of rtsummary info
authorDarrick J. Wong <djwong@kernel.org>
Thu, 10 Aug 2023 14:48:09 +0000 (07:48 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 10 Aug 2023 14:48:09 +0000 (07:48 -0700)
commit526aab5f5790e257cbdff1d1be89353257a3e451
tree6e7ce1e935416f0747f65c4f9f6f2351412a403c
parentb7d47a77b90498a76969bf729b296e14f139737f
xfs: implement online scrubbing of rtsummary info

Finish the realtime summary scrubber by adding the functions we need to
compute a fresh copy of the rtsummary info and comparing it to the copy
on disk.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/common.h
fs/xfs/scrub/rtbitmap.c
fs/xfs/scrub/rtsummary.c
fs/xfs/scrub/scrub.c
fs/xfs/scrub/scrub.h
fs/xfs/scrub/trace.h
fs/xfs/xfs_trace.h