]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Return errors to top level bch2_rbio_retry()
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 9 Mar 2025 00:37:10 +0000 (19:37 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 16 Mar 2025 17:47:55 +0000 (13:47 -0400)
commitde73677ff8e677bf84a0eefa17b3913f65b57a74
treeebd7cf69ab83ef47c51c04390f00c12d0c166c5d
parent881b598ef144a1dee3850be9e6b9ecfcfc5bf4b0
bcachefs: Return errors to top level bch2_rbio_retry()

Next patch will be adding an additional retry loop for checksum errors,
so that we can rule out transient errors before marking an extent as
poisoned.

Prerequisite to this is returning errors to bch2_rbio_retry(); this will
also let us add a "successful retry" message.

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