]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
btrfs/220: remove integrity checker bits
authorDavid Sterba <dsterba@suse.com>
Thu, 18 Jul 2024 15:57:54 +0000 (17:57 +0200)
committerAnand Jain <anand.jain@oracle.com>
Sun, 21 Jul 2024 11:18:22 +0000 (19:18 +0800)
We've deleted the integrity checker code in 6.8, no point testing it.

Signed-off-by: David Sterba <dsterba@suse.com>
Reviewed-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Anand Jain <anand.jain@oracle.com>
tests/btrfs/220

index b98d4149dfd27002cb38a6bf72c5fa28ce978aa4..59d72a972fdd169b8a5b4165f242d2317693df00 100755 (executable)
@@ -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"