Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git.kernel.org/pub/scm...
authorDave Chinner <david@fromorbit.com>
Thu, 13 Apr 2023 21:09:27 +0000 (07:09 +1000)
committerDave Chinner <dchinner@redhat.com>
Thu, 13 Apr 2023 21:09:27 +0000 (07:09 +1000)
commitb764ea207fba692bc8195513ab4a63fbc4af6e66
treeee6a34fd984769c3ce5c08106b6639aa4f682c41
parent01822a74ca5e49dfdc4003be21cb96e4f3d42606
parentde1a9ce225e93b22d189f8ffbce20074bc803121
Merge tag 'btree-hoist-scrub-checks-6.4_2023-04-11' of git://git./linux/kernel/git/djwong/xfs-linux into guilt/xfs-for-next

xfs: hoist scrub record checks into libxfs [v24.5]

There are a few things about btree records that scrub checked but the
libxfs _get_rec functions didn't.  Move these bits into libxfs so that
everyone can benefit.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Dave Chinner <david@fromorbit.com>