Hi all, Here's the usual batch of odd fixes for fstests. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. 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=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 --- check | 3 +++ common/repair | 1 + src/seek_sanity_test.c | 12 ++++++++++- tests/xfs/018 | 52 +++++++++++++++++++++++++++++++++++++++++++----- tests/xfs/018.out | 16 ++++----------- tests/xfs/109 | 2 +- tests/xfs/166 | 19 ++++++++++++++---- tests/xfs/547 | 14 +++++++++---- tests/xfs/843 | 51 +++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/843.out | 2 ++ tests/xfs/844 | 33 ++++++++++++++++++++++++++++++ tests/xfs/844.out | 3 +++ 12 files changed, 181 insertions(+), 27 deletions(-) create mode 100755 tests/xfs/843 create mode 100644 tests/xfs/843.out create mode 100755 tests/xfs/844 create mode 100644 tests/xfs/844.out