Re: [PATCH v5 08/16] md/raid10: refactor handle_read_error()
From: Yu Kuai
Date: Wed Oct 29 2025 - 22:39:59 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/raid10.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
Reviewed-by: Yu Kuai <yukuai@xxxxxxxxx>