diff mbox series

btrfs/220: remove integrity checker bits

Message ID 20240718155754.15499-1-dsterba@suse.com (mailing list archive)
State New
Headers show
Series btrfs/220: remove integrity checker bits | expand

Commit Message

David Sterba July 18, 2024, 3:57 p.m. UTC
We've deleted the integrity checker code in 6.8, no point testing it.

Signed-off-by: David Sterba <dsterba@suse.com>
---
 tests/btrfs/220 | 5 -----
 1 file changed, 5 deletions(-)

Comments

Filipe Manana July 18, 2024, 4:10 p.m. UTC | #1
On Thu, Jul 18, 2024 at 5:00 PM David Sterba <dsterba@suse.com> wrote:
>
> We've deleted the integrity checker code in 6.8, no point testing it.
>
> Signed-off-by: David Sterba <dsterba@suse.com>

I think you wanted to CC the fstests list and not linux-fsdevel, so I
just CC'ed it.

Reviewed-by: Filipe Manana <fdmanana@suse.com>

> ---
>  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
>
>
diff mbox series

Patch

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"