Re: [PATCH v2 08/11] md: move finish_reshape to md_finish_sync()

From: Yu Kuai
Date: Sat Nov 08 2025 - 05:37:46 EST


在 2025/11/6 19:59, linan666@xxxxxxxxxxxxxxx 写道:

> finish_reshape implementations of raid10 and raid5 only update mddev
> and rdev configurations. Move these operations to md_finish_sync() as
> it is more appropriate.
>
> No functional changes.
>
> Signed-off-by: Li Nan<linan122@xxxxxxxxxx>
> ---
> drivers/md/md.c | 15 ++++++---------
> 1 file changed, 6 insertions(+), 9 deletions(-)

LGTM
Reviewed-by: Yu Kuai <yukuai@xxxxxxxxx>