Commit ff70ad2c authored by Kent Overstreet's avatar Kent Overstreet
Browse files

bcachefs: Fix interior update path btree_path uses



Since the btree_paths array is now about to become growable, we have to
be careful not to refer to paths by pointer across contexts where they
may be reallocated.

This fixes the remaining btree_interior_update() paths - split and
merge.

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 2c3b0fc3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment