]> Git Repo - J-linux.git/blob - fs/bcachefs/tests.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / fs / bcachefs / tests.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _BCACHEFS_TEST_H
3 #define _BCACHEFS_TEST_H
4
5 struct bch_fs;
6
7 #ifdef CONFIG_BCACHEFS_TESTS
8
9 int bch2_btree_perf_test(struct bch_fs *, const char *, u64, unsigned);
10
11 #else
12
13 #endif /* CONFIG_BCACHEFS_TESTS */
14
15 #endif /* _BCACHEFS_TEST_H */
This page took 0.02587 seconds and 4 git commands to generate.