xfs: split xchk_bmap_xref_rmap into two functions
authorDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:24 +0000 (19:00 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 12 Apr 2023 02:00:24 +0000 (19:00 -0700)
commitc0d5a92f7aaf41b1ab70869358d534757b569a1f
tree308547e421a8fb144ab8dfaa6e0c7672ff842677
parent634d4a79e76691020ba73f50416da37a30779e9e
xfs: split xchk_bmap_xref_rmap into two functions

There's more special-cased functionality than not in this function.
Split it into two so that each can be far more cohesive.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/scrub/bmap.c