xfs: quota scrub should use bmapbtd scrubber
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)
commit87d9d609c22dbfe3a97deeaa9665eb7c823fcfc1
treebb345492d7c17bb0c12d702384f0a4bc2478b16c
parent8bc763c24de745608679b128e2e5e25c5070f7d3
xfs: quota scrub should use bmapbtd scrubber

Replace the quota scrubber's open-coded data fork scrubber with a
redirected call to the bmapbtd scrubber.  This strengthens the quota
scrub to include all the cross-referencing that it does.

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