Update bcachefs sources to 96b991466a bcachefs: Improve error message in fsck

This commit is contained in:
Kent Overstreet 2020-03-25 17:59:36 -04:00
parent 2dbedd962b
commit 2aed686c23
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
76f72a0cc7392f83567b3f477496d6efe8a98f6b
96b991466ac851ea3c7adbd2e30184837573e2a0

View File

@ -449,6 +449,7 @@ static int bch2_journal_replay(struct bch_fs *c,
sort(keys.d, keys.nr, sizeof(keys.d[0]), journal_sort_seq_cmp, NULL);
if (keys.nr)
replay_now_at(j, keys.journal_seq_base);
for_each_journal_key(keys, i) {