]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/tests.h
Update bcachefs sources to 1b14994029 bcachefs: Fragmentation LRU
[bcachefs-tools-debian] / libbcachefs / tests.h
index 3f1b8d1fbedf337878efdab42d082bcf2b32bfae..c73b18aea7e01d01aece515369a8e38fd37c1870 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
 #ifndef _BCACHEFS_TEST_H
 #define _BCACHEFS_TEST_H
 
@@ -5,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