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>
_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"