]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
btrfs/303: add git commit ID to _fixed_by_kernel_commit
authorFilipe Manana <fdmanana@suse.com>
Wed, 6 Dec 2023 10:24:44 +0000 (10:24 +0000)
committerZorro Lang <zlang@kernel.org>
Mon, 1 Jan 2024 19:55:55 +0000 (03:55 +0800)
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 <fdmanana@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/303

index 410460af55aba6964bf0d3e45d9979e02c07f1e3..6026595b071d6e37a61f0f4e5de13d1f892b9ef3 100755 (executable)
@@ -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"