Skip to content

Commit 0c74c85

Browse files
author
Kent Overstreet
committed
bcachefs: fix bch2_btree_node_flags
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 37fd6b8 commit 0c74c85

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

fs/bcachefs/btree_cache.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ do { \
2424
} while (0)
2525

2626
const char * const bch2_btree_node_flags[] = {
27-
#define x(f) #f,
27+
"typebit",
28+
"typebit",
29+
"typebit",
30+
#define x(f) [BTREE_NODE_##f] = #f,
2831
BTREE_FLAGS()
2932
#undef x
3033
NULL

0 commit comments

Comments
 (0)