summaryrefslogtreecommitdiff
path: root/fs/bcachefs/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/debug.h')
-rw-r--r--fs/bcachefs/debug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/bcachefs/debug.h b/fs/bcachefs/debug.h
index 7ac1615e9447..0b86736e5e1b 100644
--- a/fs/bcachefs/debug.h
+++ b/fs/bcachefs/debug.h
@@ -8,11 +8,7 @@ struct bio;
struct btree;
struct bch_fs;
-#ifdef CONFIG_BCACHEFS_DEBUG
void __bch2_btree_verify(struct bch_fs *, struct btree *);
-#else
-static inline void __bch2_btree_verify(struct bch_fs *c, struct btree *b) {}
-#endif
static inline void bch2_btree_verify(struct bch_fs *c, struct btree *b)
{