Hi all, Adjust filesystem tests to accomodate new code merged for kernel 6.2. 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=xfs-merge-6.2 fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=xfs-merge-6.2 --- common/rc | 15 ++++ common/tracing | 66 +++++++++++++++++ tests/xfs/179 | 32 +++++++- tests/xfs/924 | 210 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/924.out | 2 + tests/xfs/925 | 123 +++++++++++++++++++++++++++++++ tests/xfs/925.out | 2 + 7 files changed, 447 insertions(+), 3 deletions(-) create mode 100644 common/tracing create mode 100755 tests/xfs/924 create mode 100644 tests/xfs/924.out create mode 100755 tests/xfs/925 create mode 100644 tests/xfs/925.out