Re: [PATCH] md: rename recovery_cp to resync_offset

2025-07-19 Thread Yu Kuai
Hi, 在 2025/7/19 16:35, linan...@huaweicloud.com 写道: From: Li Nan '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 --- drivers/md/md.h

[PATCH] md: rename recovery_cp to resync_offset

2025-07-19 Thread linan666
From: Li Nan '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 --- drivers/md/md.h| 2 +- include/uapi/linux/raid/md_p.h | 2 +- d