btrfs/219 is in the auto group so add the _fixed_by_kernel_commit tag for the benifit of the older kernels. The required commit is not yet in the mainline so there is no commit id yet. Signed-off-by: Anand Jain <anand.jain@xxxxxxxxxx> --- tests/btrfs/219 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/btrfs/219 b/tests/btrfs/219 index 528175b8a4b9..79ba31549268 100755 --- a/tests/btrfs/219 +++ b/tests/btrfs/219 @@ -8,7 +8,7 @@ # 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 +# btrfs: free device in btrfs_close_devices for a single device filesystem # # But I've added a few other test cases so it's clear what we expect to happen # currently. @@ -42,6 +42,8 @@ _supported_fs btrfs _require_test _require_loop _require_btrfs_forget_or_module_loadable +_fixed_by_kernel_commit xxxxxxxxxxxx \ + "btrfs: free device in btrfs_close_devices for a single device filesystem" loop_mnt=$TEST_DIR/$seq.mnt loop_mnt1=$TEST_DIR/$seq.mnt1 -- 2.31.1