commit | 50a38ca1baace3dc66027ad41393917b05318b14 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kent.overstreet@linux.dev> | Fri Oct 20 00:01:53 2023 -0400 |
committer | Kent Overstreet <kent.overstreet@linux.dev> | Tue Oct 31 12:18:37 2023 -0400 |
tree | 757b72d26e0547974d89bc579161cc44d5f84be5 | |
parent | 88dfe193bd2abd08926c1a0d48b770bb68ac8ccb [diff] |
bcachefs: Fix btree_node_type enum More forwards compatibility fixups: having BKEY_TYPE_btree at the end of the enum conflicts with unnkown btree IDs, this shifts BKEY_TYPE_btree to slot 0 and fixes things up accordingly. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>