Hi all, Apply some cleanups to libxfs before we synchronize it with the kernel. 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. xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libxfs-6.9-sync-prep --- Commits in this patchset: * libxfs: actually set m_fsname * libxfs: clean up xfs_da_unmount usage * libfrog: create a new scrub group for things requiring full inode scans --- io/scrub.c | 1 + libfrog/scrub.h | 1 + libxfs/init.c | 24 +++++++++++++++++------- scrub/phase5.c | 22 ++++++++++++++++++++-- scrub/scrub.c | 33 +++++++++++++++++++++++++++++++++ scrub/scrub.h | 1 + scrub/xfs_scrub.h | 1 + 7 files changed, 74 insertions(+), 9 deletions(-)