Update bcachefs sources to 4366ca365f fixup! bcachefs: Btree split improvement

This commit is contained in:
Kent Overstreet 2022-11-18 18:23:28 -05:00
parent c1f55a60c4
commit 7e196f5399
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6406e0583565af5f7c51f9c43a34e5f7a92dadcd
4366ca365f2c7473939dd361852fff9a144cb5d0

View File

@ -1347,7 +1347,7 @@ static void __btree_split_node(struct btree_update *as,
struct btree *n[2])
{
struct bkey_packed *k;
struct bpos n1_pos;
struct bpos n1_pos = POS_MIN;
struct btree_node_iter iter;
struct bset *bsets[2];
struct bkey_format_state format[2];