summaryrefslogtreecommitdiff
path: root/fs/bcachefs/tests.h
blob: 3f1b8d1fbedf337878efdab42d082bcf2b32bfae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _BCACHEFS_TEST_H
#define _BCACHEFS_TEST_H

struct bch_fs;

#ifdef CONFIG_BCACHEFS_TESTS

void bch2_btree_perf_test(struct bch_fs *, const char *, u64, unsigned);

#else

#endif /* CONFIG_BCACHEFS_TESTS */

#endif /* _BCACHEFS_TEST_H */