I don't know why this hunk got copied into scan_ag_rmaps on merge. The
original patch only touched scan_rtg_rmaps. Get rid of this new
inclusion because now it's broken for the data device.
Cc: linux-xfs@vger.kernel.org # v7.1.0
Fixes: 074c18165ea339 ("xfs_scrub: fix spacemap scan for internal rt devices")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
keys[1].fmr_offset = ULLONG_MAX;
keys[1].fmr_flags = UINT_MAX;
- /*
- * fsmap for an internal rt volume treats physical ranges as offsets
- * into the underlying block device. Shift the query range up by
- * @rtstart here to skip the synthetic "internal filesystem" fsmap.
- */
- if (ctx->mnt.fsgeom.rtstart) {
- uint64_t offset = ctx->mnt.fsgeom.rtstart *
- ctx->mnt.fsgeom.blocksize;
-
- keys[0].fmr_physical += offset;
- keys[1].fmr_physical += offset;
- }
-
if (sbx->aborted)
return;