v2: Fixes as per review comments on the individual patches. Patch 1/2 relocates a tempfsid (clone device) test case from btrfs group to the generic group. Patch 2/2 validates a recently discovered and resolved bug in Btrfs; however, the test case can be made generic. Anand Jain (2): shared: move btrfs clone device testcase to the shared group generic: test mount fails on physical device with configured dm volume common/rc | 14 +++++++ tests/btrfs/312 | 78 ------------------------------------- tests/btrfs/312.out | 19 --------- tests/generic/741 | 60 +++++++++++++++++++++++++++++ tests/generic/741.out | 3 ++ tests/shared/001 | 89 +++++++++++++++++++++++++++++++++++++++++++ tests/shared/001.out | 4 ++ 7 files changed, 170 insertions(+), 97 deletions(-) delete mode 100755 tests/btrfs/312 delete mode 100644 tests/btrfs/312.out create mode 100755 tests/generic/741 create mode 100644 tests/generic/741.out create mode 100755 tests/shared/001 create mode 100644 tests/shared/001.out -- 2.39.3