]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Make journal read log message a bit quieter
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 3 Jun 2025 13:31:58 +0000 (09:31 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 4 Jun 2025 20:45:41 +0000 (16:45 -0400)
commita4b0f750505cc4ffdafca3e8e6bd731341c6bb68
treeff18380ec6cdc03fb98bef0278a0c829a2f7a23e
parent29cc6fb7c068c773049d3bde14b939033893eff4
bcachefs: Make journal read log message a bit quieter

Users seem to be assuming that the 'dropped unflushed entries' message
at the end of journal read indicates some sort of problem, when it does
not - we expect there to be entries in the journal that weren't
commited, it's purely informational so that we can correlate journal
sequence numbers elsewhere when debugging.

Shorten the log message a bit to hopefully make this clearer.

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