xfs: move the realtime summary file scrubber to a separate source file
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)
commitb7d47a77b90498a76969bf729b296e14f139737f
treeb2f14e1793bff4a382a25ded9fe82c799c098d33
parent294012fb070e33fb4a0aace7ac8d26357b705cf4
xfs: move the realtime summary file scrubber to a separate source file

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>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/Makefile
fs/xfs/scrub/rtbitmap.c
fs/xfs/scrub/rtsummary.c [new file with mode: 0644]