bcachefs: Fix bch2_move_btree()
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 7 Oct 2021 22:08:01 +0000 (18:08 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:13 +0000 (17:09 -0400)
commit4b09ef12e76c3c0e37ecce6c1e33243d65026398
treeac0650cbd51abf16faa8a2b9356bee9e4b91311a
parent56767d66e888e0e998eabbbcffa5c6da49ef5402
bcachefs: Fix bch2_move_btree()

bch2_trans_begin() is now required for transaction restarts.

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