On Thu, Jul 18, 2024 at 5:00 PM David Sterba <dsterba@xxxxxxxx> wrote: > > We've deleted the integrity checker code in 6.8, no point testing it. > > Signed-off-by: David Sterba <dsterba@xxxxxxxx> I think you wanted to CC the fstests list and not linux-fsdevel, so I just CC'ed it. Reviewed-by: Filipe Manana <fdmanana@xxxxxxxx> > --- > tests/btrfs/220 | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/tests/btrfs/220 b/tests/btrfs/220 > index b98d4149dfd270..59d72a972fdd16 100755 > --- a/tests/btrfs/220 > +++ b/tests/btrfs/220 > @@ -192,11 +192,6 @@ test_subvol() > # These options are enable at kernel compile time, so no bother if they fail > test_optional_kernel_features() > { > - # Test options that are enabled by kernel config, and so can fail safely > - test_optional_mount_opts "check_int" "check_int" > - test_optional_mount_opts "check_int_data" "check_int_data" > - test_optional_mount_opts "check_int_print_mask=123" "check_int_print_mask=123" > - > test_should_fail "fragment=invalid" > test_optional_mount_opts "fragment=all" "fragment=data,fragment=metadata" > test_optional_mount_opts "fragment=data" "fragment=data" > -- > 2.45.0 > >