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): generic: move btrfs clone device testcase to the generic group generic: test mount fails on physical device with configured dm volume tests/btrfs/312 | 78 -------------------------------------- tests/btrfs/312.out | 19 ---------- tests/generic/740 | 88 +++++++++++++++++++++++++++++++++++++++++++ tests/generic/740.out | 4 ++ tests/generic/741 | 60 +++++++++++++++++++++++++++++ tests/generic/741.out | 3 ++ 6 files changed, 155 insertions(+), 97 deletions(-) delete mode 100755 tests/btrfs/312 delete mode 100644 tests/btrfs/312.out create mode 100755 tests/generic/740 create mode 100644 tests/generic/740.out create mode 100755 tests/generic/741 create mode 100644 tests/generic/741.out -- 2.39.3