xfs: always check the rtbitmap and rtsummary files
authorDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:42 +0000 (10:03 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 15 Dec 2023 18:03:42 +0000 (10:03 -0800)
commit20cc0d398e89d1f735c8e2815defc8ba9fdcce3f
treec15813490078bc4e6dc452f7738ffe107c948782
parent04f0c3269b41f28c041980a30514850453ded251
xfs: always check the rtbitmap and rtsummary files

XFS filesystems always have a realtime bitmap and summary file, even if
there has never been a realtime volume attached.  Always check them.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/scrub/scrub.c