bcachefs: Fix an unhandled transaction restart error
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 19 Mar 2023 18:13:17 +0000 (14:13 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:58 +0000 (17:09 -0400)
commit3e36e572f14bfa2bac80c3ba07af67e204eb7820
treefb245b00ec7aeefd83d2655186eb22092eefdcdf
parentdc6274bcb87dbf50c62d9dbacba770bae2f10279
bcachefs: Fix an unhandled transaction restart error

This is a bit awkward: we're passing around a btree_trans, but we're not
in a context where transaction restarts are handled - we should try to
come up with a better way to denote situations like this.

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