]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Emit a single log message on data read error
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 22 Apr 2025 09:49:20 +0000 (05:49 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 22 May 2025 00:14:32 +0000 (20:14 -0400)
commit156d9e8341e8aad55b0e79b2dc54003cb14e5077
tree7c2da95c93d667c9a2cb575c042a2a712ad340de
parent353b89c6e6df522c221997a527358854b1c826d7
bcachefs: Emit a single log message on data read error

Instead of emitting a message immediately when we get an error in the
read path, and then another at the end if we successfully retry - emit
one single log message before returning from bch2_rbio_retry().

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