diff mbox series

[3/3] fstests: btrfs/185, add _fixed_by_kernel_commit

Message ID 4ac4ecd714b31cf8294a0da56889df0d5014ed65.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
btrfs/185 is in the auto group so add the _fixed_by_kernel_commit
tag for the benifit of the older kernels.

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

Patch

diff --git a/tests/btrfs/185 b/tests/btrfs/185
index efb10ac72b79..ba0200617e69 100755
--- a/tests/btrfs/185
+++ b/tests/btrfs/185
@@ -27,6 +27,8 @@  _cleanup()
 _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}')