Hi all, Clean up the userspace utilities libraries prior to merging of realtime allocation groups. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. This has been running on the djcloud for months with no problems. 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=rtgroups-prep xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=rtgroups-prep --- Commits in this patchset: * libfrog: add memchr_inv * xfs_repair: remove calls to xfs_rtb_round{up,down}_rtx --- libfrog/util.c | 14 ++++++++++++++ libfrog/util.h | 4 ++++ repair/dinode.c | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-)