xfs_repair: remove calls to xfs_rtb_round{up,down}_rtx

The kernel will remove xfs_rtb_roundup_rtx soon, so open code the single
caller using the mod value that we already computed.

The kernel will remove xfs_rtb_rounddown_rtx soon, so remove the call
because the xfs_rtb_to_rtx call below it already does the rounding for
us.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
1 file changed