bcachefs: Don't error out of recovery process on journal read error
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 6 Jan 2021 23:49:35 +0000 (18:49 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:50 +0000 (17:08 -0400)
commit29d90f61eb341018ab571e7f8ceb8ff39cf5353a
treeeca17ebf075e30e05fbb8dc8c747ca0c1872393c
parentc859430b1728d59ca6e4d7e9356db82979e2fd5b
bcachefs: Don't error out of recovery process on journal read error

We don't want to fail the recovery/mount because of a single error
reading from the journal - the relevant journal entry may still be found
on other devices, and missing or no journal entries found is already
handled later in the recovery process.

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