Linux filesystem development
 help / color / mirror / Atom feed
* [PATCH] btrfs/220: remove integrity checker bits
@ 2024-07-18 15:57 David Sterba
  2024-07-18 16:10 ` Filipe Manana
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2024-07-18 15:57 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: linux-btrfs, David Sterba

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(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-18 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18 15:57 [PATCH] btrfs/220: remove integrity checker bits David Sterba
2024-07-18 16:10 ` Filipe Manana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox