Loading fs/bcachefs/move.c +3 −3 Original line number Diff line number Diff line Loading @@ -436,9 +436,6 @@ int bch2_move_extent(struct moving_context *ctxt, err_free: kfree(io); err: if (bch2_err_matches(ret, BCH_ERR_data_update_done)) return 0; if (bch2_err_matches(ret, EROFS) || bch2_err_matches(ret, BCH_ERR_transaction_restart)) return ret; Loading @@ -454,6 +451,9 @@ int bch2_move_extent(struct moving_context *ctxt, trace_io_move_start_fail(c, buf.buf); printbuf_exit(&buf); } if (bch2_err_matches(ret, BCH_ERR_data_update_done)) return 0; return ret; } Loading Loading
fs/bcachefs/move.c +3 −3 Original line number Diff line number Diff line Loading @@ -436,9 +436,6 @@ int bch2_move_extent(struct moving_context *ctxt, err_free: kfree(io); err: if (bch2_err_matches(ret, BCH_ERR_data_update_done)) return 0; if (bch2_err_matches(ret, EROFS) || bch2_err_matches(ret, BCH_ERR_transaction_restart)) return ret; Loading @@ -454,6 +451,9 @@ int bch2_move_extent(struct moving_context *ctxt, trace_io_move_start_fail(c, buf.buf); printbuf_exit(&buf); } if (bch2_err_matches(ret, BCH_ERR_data_update_done)) return 0; return ret; } Loading