summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rtsummary.c
AgeCommit message (Collapse)Author
2021-09-17xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2021-09-17Darrick J. Wong
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>
2021-09-17xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
Move the realtime summary file checking code to a separate file in preparation to actually implement it. Signed-off-by: Darrick J. Wong <djwong@kernel.org>