From: Filipe Manana Date: Wed, 6 Dec 2023 10:24:44 +0000 (+0000) Subject: btrfs/303: add git commit ID to _fixed_by_kernel_commit X-Git-Tag: v2024.01.14~29 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b35af508fb989e4ce96f50678f8ce8ee38f24951;p=xfstests-dev.git btrfs/303: add git commit ID to _fixed_by_kernel_commit The kernel patch for this test was merged into 6.7-rc4, so replace the "xxxxxxxxxxxx" stub with the commit id. Signed-off-by: Filipe Manana Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/tests/btrfs/303 b/tests/btrfs/303 index 410460af..6026595b 100755 --- a/tests/btrfs/303 +++ b/tests/btrfs/303 @@ -15,7 +15,7 @@ _begin_fstest auto quick snapshot subvol qgroup _supported_fs btrfs _require_scratch -_fixed_by_kernel_commit xxxxxxxxxxxx \ +_fixed_by_kernel_commit 8049ba5d0a28 \ "btrfs: do not abort transaction if there is already an existing qgroup" _scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"