Re: [PATCH v5 07/16] md/raid1: refactor handle_read_error()

From: Yu Kuai

Date: Wed Oct 29 2025 - 22:38:32 EST


在 2025/10/27 23:04, Kenta Akagi 写道:

> For the failfast bio feature, the behavior of handle_read_error() will
> be changed in a subsequent commit, but refactor it first.
>
> This commit only refactors the code without functional changes. A
> subsequent commit will replace md_error() with md_cond_error()
> to implement proper failfast error handling.
>
> Signed-off-by: Kenta Akagi<k@xxxxxxx>
> ---
> drivers/md/raid1.c | 14 ++++++--------
> 1 file changed, 6 insertions(+), 8 deletions(-)

Reviewed-by: Yu Kuai <yukuai@xxxxxxxxx>