From: Filipe Manana Date: Thu, 18 May 2023 11:08:59 +0000 (+0100) Subject: btrfs/213: add _fixed_by_kernel_commit tag and remove from dangerous group X-Git-Tag: v2023.05.28~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=aeb0dccbadacd2c463e6d768e6d8e67a2c8c122c;p=xfstests-dev.git btrfs/213: add _fixed_by_kernel_commit tag and remove from dangerous group Add a _fixed_by_kernel_commit to identify the commit the fixed the issue the test is trying to reproduce, which was: 1dae7e0e58b4 "btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balance" introduced in kernel 5.8-rc1. Also remove it from the dangerous group, as the fix is from 2020 and it was backported to stable releases. Signed-off-by: Filipe Manana Reviewed-by: Anand Jain Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/213 b/tests/btrfs/213 index 8a10355c..e16e41c0 100755 --- a/tests/btrfs/213 +++ b/tests/btrfs/213 @@ -7,7 +7,7 @@ # Test if canceling a running balance can lead to dead looping balance # . ./common/preamble -_begin_fstest auto balance dangerous +_begin_fstest auto balance # Override the default cleanup function. _cleanup() @@ -25,6 +25,9 @@ _supported_fs btrfs _require_scratch _require_xfs_io_command pwrite -D +_fixed_by_kernel_commit 1dae7e0e58b4 \ + "btrfs: reloc: clear DEAD_RELOC_TREE bit for orphan roots to prevent runaway balance" + _scratch_mkfs >> $seqres.full _scratch_mount