在 2025/7/22 11:33, linan666@xxxxxxxxxxxxxxx 写道:
From: Li Nan<linan122@xxxxxxxxxx> 'recovery_cp' was used to represent the progress of sync, but its name contains recovery, which can cause confusion. Replaces 'recovery_cp' with 'resync_offset' for clarity. Signed-off-by: Li Nan<linan122@xxxxxxxxxx> --- v2: cook on md-6.17 drivers/md/md.h | 2 +- include/uapi/linux/raid/md_p.h | 2 +- drivers/md/dm-raid.c | 42 ++++++++++++++-------------- drivers/md/md-bitmap.c | 8 +++--- drivers/md/md-cluster.c | 16 +++++------ drivers/md/md.c | 50 +++++++++++++++++----------------- drivers/md/raid0.c | 6 ++-- drivers/md/raid1-10.c | 2 +- drivers/md/raid1.c | 10 +++---- drivers/md/raid10.c | 16 +++++------ drivers/md/raid5-ppl.c | 6 ++-- drivers/md/raid5.c | 30 ++++++++++---------- 12 files changed, 95 insertions(+), 95 deletions(-)
Applied to md-6.17 Thanks