bcachefs: Fix split_race livelock
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 26 Nov 2023 23:31:11 +0000 (18:31 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Tue, 28 Nov 2023 22:18:24 +0000 (17:18 -0500)
commit5510a4af521c34df339fcceb0f26ace5b1090ad6
treedb5de39978ef4d132df99892ea657897102ac292
parent03013bb0c6b157630018800a456a08646655ea97
bcachefs: Fix split_race livelock

bch2_btree_update_start() calculates which nodes are going to have to be
split/rewritten, so that we know how many nodes to reserve and how deep
in the tree we have to take locks.

But btree node merges require inserting two keys into the parent node,
not just splits.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_update_interior.c