Hi all, 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. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D kernel git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=btree-hoist-scrub-checks xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=btree-hoist-scrub-checks --- fs/xfs/libxfs/xfs_ialloc.c | 4 ++++ fs/xfs/libxfs/xfs_rmap.c | 27 +++++++++++++++++++++++++++ fs/xfs/scrub/ialloc.c | 6 ------ fs/xfs/scrub/rmap.c | 22 ---------------------- 4 files changed, 31 insertions(+), 28 deletions(-)