Loading fs/bcachefs/recovery.c +4 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,10 @@ int bch2_journal_replay(struct bch_fs *c) struct journal_key *k = *kp; if (k->journal_seq) replay_now_at(j, k->journal_seq); else replay_now_at(j, j->replay_journal_seq_end); ret = commit_do(trans, NULL, NULL, BCH_TRANS_COMMIT_no_enospc| Loading Loading
fs/bcachefs/recovery.c +4 −1 Original line number Diff line number Diff line Loading @@ -249,7 +249,10 @@ int bch2_journal_replay(struct bch_fs *c) struct journal_key *k = *kp; if (k->journal_seq) replay_now_at(j, k->journal_seq); else replay_now_at(j, j->replay_journal_seq_end); ret = commit_do(trans, NULL, NULL, BCH_TRANS_COMMIT_no_enospc| Loading