]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/363: add annotation for btrfs kernel commit
authorFilipe Manana <fdmanana@suse.com>
Wed, 5 Mar 2025 10:53:12 +0000 (10:53 +0000)
committerZorro Lang <zlang@kernel.org>
Thu, 6 Mar 2025 13:25:54 +0000 (21:25 +0800)
This test exposed a bug in btrfs for which a fix landed in the 6.14-rc3
kernel, so add a _fixed_by_kernel_commit annotation.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/363

index 74226a458427fe035b26ffeccaef412f25679964..79b1ff897a9fd8468aa155ca044f75f933505abe 100755 (executable)
@@ -13,6 +13,9 @@ _begin_fstest rw auto
 
 _require_test
 
+[ $FSTYP == "btrfs" ] && _fixed_by_kernel_commit da2dccd7451d \
+       "btrfs: fix hole expansion when writing at an offset beyond EOF"
+
 # on failure, replace -q with -d to see post-eof writes in the dump output
 run_fsx "-q -S 0 -e 1 -N 100000"