Loading fs/bcachefs/move.c +2 −1 Original line number Diff line number Diff line Loading @@ -784,6 +784,7 @@ static int __bch2_move_data_phys(struct moving_context *ctxt, goto err; ret = bch2_btree_write_buffer_tryflush(trans); if (!bch2_err_matches(ret, EROFS)) bch_err_msg(c, ret, "flushing btree write buffer"); if (ret) goto err; Loading Loading
fs/bcachefs/move.c +2 −1 Original line number Diff line number Diff line Loading @@ -784,6 +784,7 @@ static int __bch2_move_data_phys(struct moving_context *ctxt, goto err; ret = bch2_btree_write_buffer_tryflush(trans); if (!bch2_err_matches(ret, EROFS)) bch_err_msg(c, ret, "flushing btree write buffer"); if (ret) goto err; Loading