[PATCH v4 0/2] md: fix sync_action show

Zheng Qixing posted 2 patches 1 month, 2 weeks ago
drivers/md/md.c | 60 ++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 47 insertions(+), 13 deletions(-)
[PATCH v4 0/2] md: fix sync_action show
Posted by Zheng Qixing 1 month, 2 weeks ago
From: Zheng Qixing <zhengqixing@huawei.com>

Changes in v4:
  Move "rdev->raid_disk >= 0" into rdev_needs_recovery().

Changes in v3:
  Code style modification in patch 1.

Fix incorrect display of sync_action when raid is in resync.

Zheng Qixing (2):
  md: add helper rdev_needs_recovery()
  md: fix sync_action incorrect display during resync

 drivers/md/md.c | 60 ++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 47 insertions(+), 13 deletions(-)

-- 
2.39.2
Re: [PATCH v4 0/2] md: fix sync_action show
Posted by Yu Kuai 1 month, 2 weeks ago
在 2025/8/16 8:25, Zheng Qixing 写道:

> From: Zheng Qixing <zhengqixing@huawei.com>
>
> Changes in v4:
>    Move "rdev->raid_disk >= 0" into rdev_needs_recovery().
>
> Changes in v3:
>    Code style modification in patch 1.
>
> Fix incorrect display of sync_action when raid is in resync.
>
> Zheng Qixing (2):
>    md: add helper rdev_needs_recovery()
>    md: fix sync_action incorrect display during resync
>
>   drivers/md/md.c | 60 ++++++++++++++++++++++++++++++++++++++-----------
>   1 file changed, 47 insertions(+), 13 deletions(-)

Applied to md-6.17

Thanks