]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Don't print data read retry success on non-errors
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 10 Apr 2025 01:04:17 +0000 (21:04 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 13 Apr 2025 14:17:00 +0000 (10:17 -0400)
commit7dfd42a07acfeaac4e36620927ea227b1e8da3e9
tree5593a183db8970ccd2837222cdf0766b542173a6
parent806776ad9c20c6589f957212ef017e75760a08cd
bcachefs: Don't print data read retry success on non-errors

We may end up in the data read retry path when reading cached data and
racing with invalidation, or on checksum error when we were reading into
a userspace buffer that might have been modified while the read was in
flight.

These aren't real errors, so we shouldn't print the 'retry success'
message.

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