Hi all, Here's a pile of assorted bug fixes from around the codebase. If you're going to start using this code, I strongly recommend pulling from my git trees, which are linked below. With a bit of luck, this should all go splendidly. 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=random-fixes xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=random-fixes fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=random-fixes --- Commits in this patchset: * xfs_repair: don't recreate /quota metadir if there are no quota inodes * xfs_repair: fix crash in reset_rt_metadir_inodes * xfs_repair: fix infinite loop in longform_dir2_entry_check* * xfs_repair: fix stupid argument error in verify_inode_chunk --- libxfs/libxfs_api_defs.h | 1 + repair/dino_chunks.c | 2 +- repair/phase6.c | 41 +++++++++++++++++++++++++++++++++++++---- 3 files changed, 39 insertions(+), 5 deletions(-)