mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
bcachefs: fix bch2_btree_node_flags
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
37fd6b8176
commit
0c74c85bbe
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user