Commit 0c74c85b authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: fix bch2_btree_node_flags

parent 37fd6b81
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -24,7 +24,10 @@ do { \
} while (0)

const char * const bch2_btree_node_flags[] = {
#define x(f)	#f,
	"typebit",
	"typebit",
	"typebit",
#define x(f)	[BTREE_NODE_##f] = #f,
	BTREE_FLAGS()
#undef x
	NULL