diff mbox series

[1/3] fstests: btrfs/198, add _fixed_by_kernel_commit

Message ID e23553b551316ec371ddb08d851372a6a21c487d.1676034764.git.anand.jain@oracle.com (mailing list archive)
State New, archived
Headers show
Series fstests: btrfs- add _fixed_by for new tests in the auto group | expand

Commit Message

Anand Jain Feb. 10, 2023, 1:41 p.m. UTC
Add _fixed_by_kernel_commit for the fix and update the test summary.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
 tests/btrfs/198 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/tests/btrfs/198 b/tests/btrfs/198
index 2b68754ade52..7d23ffcee3c5 100755
--- a/tests/btrfs/198
+++ b/tests/btrfs/198
@@ -4,9 +4,7 @@ 
 #
 # 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
@@ -22,6 +20,8 @@  _require_scratch
 _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()
 {