]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/tests.h
Update bcachefs sources to 0010403265 bcachefs: Fix spurious alloc errors on forced...
[bcachefs-tools-debian] / libbcachefs / tests.h
index 551d0764225ecf47eb79658b2fd2bf5eaa5c8d6d..c73b18aea7e01d01aece515369a8e38fd37c1870 100644 (file)
@@ -6,7 +6,7 @@ struct bch_fs;
 
 #ifdef CONFIG_BCACHEFS_TESTS
 
-void bch2_btree_perf_test(struct bch_fs *, const char *, u64, unsigned);
+int bch2_btree_perf_test(struct bch_fs *, const char *, u64, unsigned);
 
 #else