Message ID | 6e7ee8ec1731b5d3d44f511b075fa2edb0b38661.1720654947.git.wqu@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: btrfs/029: add fixes for the kernel behavior change | expand |
On Thu, Jul 11, 2024 at 12:48 AM Qu Wenruo <wqu@suse.com> wrote: > > Since fstests commit 866948e00073 ("btrfs/029: change the cross vfsmount > reflink test"), the test case will fail for older kernels (e.g. 5.14 > kernels from SLE). > > The failure is a false alert, but it would still take some time to > figure it out. > So add the fixes tag to make it more clear that it's a kernel behavior > change. > > Signed-off-by: Qu Wenruo <wqu@suse.com> Reviewed-by: Filipe Manana <fdmanana@suse.com> Looks good, thanks. > --- > tests/btrfs/029 | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/tests/btrfs/029 b/tests/btrfs/029 > index 9b56cc73f818..16d9dc2fcc19 100755 > --- a/tests/btrfs/029 > +++ b/tests/btrfs/029 > @@ -23,6 +23,11 @@ _begin_fstest auto quick clone > > _supported_fs btrfs > > +_fixed_by_kernel_commit ae460f058e9f \ > + "btrfs: remove the cross file system checks from remap" > +_fixed_by_kernel_commit 9f5710bbfd30 \ > + "fs: allow cross-vfsmount reflink/dedupe" > + > _require_test > _require_scratch > _require_cp_reflink > -- > 2.45.2 > >
diff --git a/tests/btrfs/029 b/tests/btrfs/029 index 9b56cc73f818..16d9dc2fcc19 100755 --- a/tests/btrfs/029 +++ b/tests/btrfs/029 @@ -23,6 +23,11 @@ _begin_fstest auto quick clone _supported_fs btrfs +_fixed_by_kernel_commit ae460f058e9f \ + "btrfs: remove the cross file system checks from remap" +_fixed_by_kernel_commit 9f5710bbfd30 \ + "fs: allow cross-vfsmount reflink/dedupe" + _require_test _require_scratch _require_cp_reflink
Since fstests commit 866948e00073 ("btrfs/029: change the cross vfsmount reflink test"), the test case will fail for older kernels (e.g. 5.14 kernels from SLE). The failure is a false alert, but it would still take some time to figure it out. So add the fixes tag to make it more clear that it's a kernel behavior change. Signed-off-by: Qu Wenruo <wqu@suse.com> --- tests/btrfs/029 | 5 +++++ 1 file changed, 5 insertions(+)