bcachefs: Add a missing btree_path_make_mut() call
authorKent Overstreet <kent.overstreet@gmail.com>
Tue, 7 Sep 2021 17:55:33 +0000 (13:55 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:12 +0000 (17:09 -0400)
commitc404f2038602580b6bdddeff5e9a4d42717da3b8
tree5e988cf0e11ef2c75e38432cd10f1025aef244d6
parent8ffa63cd7eed11597d90d83a5fdac0ba5fdf6834
bcachefs: Add a missing btree_path_make_mut() call

Also add another small helper, btree_path_clone().

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/btree_iter.c