btrfs/219 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@xxxxxxxxxx> --- v2: _fixed_by_kernel_commit: Substitute the placeholder with the commit id. tests/btrfs/219 | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/btrfs/219 b/tests/btrfs/219 index d69e6ac918ae..b747ce34fcc4 100755 --- a/tests/btrfs/219 +++ b/tests/btrfs/219 @@ -6,11 +6,8 @@ # # 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. # @@ -42,6 +39,8 @@ _supported_fs btrfs _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 -- 2.38.1