Hi all, More minor bug fixes. 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 xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=xfsprogs-6.8-fixes2 --- Commits in this patchset: * xfs_db: fix alignment checks in getbitval * xfs_scrub: fix threadcount estimates for phase 6 * xfs_scrub: don't fail while reporting media scan errors * xfs_io: add linux madvise advice codes --- db/bit.c | 9 +++---- io/madvise.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- scrub/phase6.c | 30 ++++++++++++++++------ 3 files changed, 102 insertions(+), 14 deletions(-)