Hi all, Clean up crufty old code and fix bugs in xfs_repair. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. Comments and questions are, as always, welcome. xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=repair-cleanups-6.11 --- Commits in this patchset: * xfs_repair: fix exchrange upgrade * xfs_repair: don't crash in get_inode_parent * xfs_repair: use library functions to reset root/rbm/rsum inodes * xfs_repair: use library functions for orphanage creation --- libxfs/libxfs_api_defs.h | 2 + repair/incore_ino.c | 2 - repair/phase2.c | 2 - repair/phase6.c | 182 +++++++++++++--------------------------------- 4 files changed, 54 insertions(+), 134 deletions(-)