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@xxxxxxxx> --- 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