bcachefs: Improve journal_read() logging
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 20 Nov 2022 02:20:58 +0000 (21:20 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:46 +0000 (17:09 -0400)
commitff56d68cf9ea04504be94eb7a476efcb92028a42
treef054c63a315609967c217fbe19b8eb6cf33ad37c
parent96c2e01083f19c75421002bebb819a668839184e
bcachefs: Improve journal_read() logging

Print out the journal entries we read and will replay as soon as
possible - if we get an error walidating keys it's helpful to know where
it was in the journal.

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