Hi, This patchset modifies existing tests to add support for testing Metadump v2 feature. Metadump v2 feature is already part of Xfsprogs' for-next branch. Changelog: V1 -> V2: 1. Unroll loops which execute metadump/mdrestore for both v1 and v2 variants. Chandan Babu R (5): common/xfs: Do not append -a and -o options to metadump common/xfs: Add function to detect support for metadump v2 _scratch_xfs_mdrestore: Pass scratch log device when applicable xfs: Add support for testing metadump v2 xfs: Check correctness of metadump/mdrestore's ability to work with dirty log common/populate | 2 +- common/xfs | 32 +++++++-- tests/xfs/129 | 97 ++++++++++++++++++++++--- tests/xfs/129.out | 4 +- tests/xfs/234 | 97 ++++++++++++++++++++++--- tests/xfs/234.out | 4 +- tests/xfs/253 | 118 +++++++++++++++++++++++++----- tests/xfs/291 | 25 +++++-- tests/xfs/336 | 2 +- tests/xfs/432 | 29 ++++++-- tests/xfs/432.out | 3 +- tests/xfs/503 | 94 +++++++++++++++--------- tests/xfs/503.out | 12 ++-- tests/xfs/801 | 178 ++++++++++++++++++++++++++++++++++++++++++++++ tests/xfs/801.out | 14 ++++ 15 files changed, 601 insertions(+), 110 deletions(-) create mode 100755 tests/xfs/801 create mode 100644 tests/xfs/801.out -- 2.43.0