_supported_fs btrfs
_require_scratch_dev_pool 2
_scratch_dev_pool_get 2
+_fixed_by_kernel_commit a9261d4125c9 \
+ "btrfs: harden agaist duplicate fsid on scanned devices"
device_1=$(echo $SCRATCH_DEV_POOL | $AWK_PROG '{print $1}')
device_2=$(echo $SCRATCH_DEV_POOL | $AWK_PROG '{print $2}')
#
# FS QA Test 198
#
-# Test stale and alien non-btrfs device in the fs devices list.
-# Bug fixed in:
-# btrfs: remove identified alien device in open_fs_devices
+# Test outdated and foreign non-btrfs devices in the device listing.
#
. ./common/preamble
_begin_fstest auto quick volume
_require_scratch_dev_pool 4
# Zoned btrfs only supports SINGLE profile
_require_non_zoned_device ${SCRATCH_DEV}
+_fixed_by_kernel_commit 96c2e067ed3e3e \
+ "btrfs: skip devices without magic signature when mounting"
workout()
{
#
# Test a variety of stale device usecases. We cache the device and generation
# to make sure we do not allow stale devices, which can end up with some wonky
-# behavior for loop back devices. This was changed with
-#
-# btrfs: allow single disk devices to mount with older generations
-#
-# But I've added a few other test cases so it's clear what we expect to happen
+# behavior for loop back devices.
+# And, added a few other test cases so it's clear what we expect to happen
# currently.
#
_require_test
_require_loop
_require_btrfs_forget_or_module_loadable
+_fixed_by_kernel_commit 5f58d783fd78 \
+ "btrfs: free device in btrfs_close_devices for a single device filesystem"
loop_mnt=$TEST_DIR/$seq.mnt
loop_mnt1=$TEST_DIR/$seq.mnt1