Hi all, The master branch of the xfstests repository at: git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git have just been updated. Instead of adding new tests, two xfs tests have been removed. And _require_renameat2 gains ability to check for specific rename flag. Thanks, Eryu The new head of the master branch is commit: 0fd43f3f4bd7 xfs/14[89]: Remove xfs_prepair64 and xfs_prepair tests New commits: Qu Wenruo (1): [8e5bf2d06fdc] btrfs/028: Don't pollute golden output for killing already finished process Yang Xu (1): [0fd43f3f4bd7] xfs/14[89]: Remove xfs_prepair64 and xfs_prepair tests kaixuxia (1): [4908565469c5] common: check if a given rename flag is supported in _require_renameat2 Code Diffstat: common/renameat2 | 33 +++++- tests/btrfs/028 | 2 +- tests/generic/023 | 2 +- tests/generic/024 | 13 +-- tests/generic/025 | 13 +-- tests/generic/078 | 13 +-- tests/generic/398 | 2 +- tests/generic/419 | 2 +- tests/xfs/148 | 93 ----------------- tests/xfs/148.out | 299 ------------------------------------------------------ tests/xfs/149 | 112 -------------------- tests/xfs/149.out | 123 ---------------------- tests/xfs/group | 2 - 13 files changed, 44 insertions(+), 665 deletions(-) -- Eryu Guan guaneryu@gmail.com