xfs: scrub the data fork of the realtime inodes
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 14 May 2018 13:34:33 +0000 (06:34 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 May 2018 01:12:50 +0000 (18:12 -0700)
commit517b32b7fa0e7d89f644651cc5f048e77fd6e91e
tree752fbe48dd30c1ea9a6f610c2f83c117b0c3af57
parent87d9d609c22dbfe3a97deeaa9665eb7c823fcfc1
xfs: scrub the data fork of the realtime inodes

The realtime bitmap and summary inodes live on the metadata device, so
we can scrub their data forks with the regular scrubbers.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/scrub/rtbitmap.c