On Wed, Mar 05, 2025 at 10:53:12AM +0000, fdmanana@xxxxxxxxxx wrote: > From: Filipe Manana <fdmanana@xxxxxxxx> > > 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@xxxxxxxx> > --- Reviewed-by: Zorro Lang <zlang@xxxxxxxxxx> > tests/generic/363 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/tests/generic/363 b/tests/generic/363 > index 74226a45..79b1ff89 100755 > --- a/tests/generic/363 > +++ b/tests/generic/363 > @@ -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" > > -- > 2.45.2 > >