summaryrefslogtreecommitdiff
path: root/libbcachefs/opts.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs/opts.c')
-rw-r--r--libbcachefs/opts.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcachefs/opts.c b/libbcachefs/opts.c
index 232f50c7..8294f56e 100644
--- a/libbcachefs/opts.c
+++ b/libbcachefs/opts.c
@@ -42,9 +42,8 @@ const char * const bch2_sb_compat[] = {
NULL
};
-const char * const bch2_btree_ids[] = {
+const char * const __bch2_btree_ids[] = {
BCH_BTREE_IDS()
- "interior btree node",
NULL
};