diff options
Diffstat (limited to 'libbcachefs/opts.c')
-rw-r--r-- | libbcachefs/opts.c | 3 |
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 }; |