On 24/7/20 9:12 pm, Nikolay Borisov wrote:
btrfs is clever enough to figure out which devices constitute the sprout fs even without specifying them explicitly with -o device.
holds good only in this test case.
Additionally, explicitly settings the devices via -o device reduces coverage of the test since it didn't detect breakage a local change introduced.
We relay on unmount not freeing up the btrfs_device.
Without -o device instead this breakage was detected.
That's like testing two things in one test case. I am ok.
Signed-off-by: Nikolay Borisov <nborisov@xxxxxxxx>
Reviewed-by: Anand.Jain@xxxxxxxxxx