]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
md: rename recovery_cp to resync_offset
authorLi Nan <linan122@huawei.com>
Tue, 22 Jul 2025 03:33:40 +0000 (11:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Aug 2025 14:34:45 +0000 (16:34 +0200)
commitba73ee8a59c93ca04ec75f5b3e0d7487939c36da
tree62dd7d41e1ab7e58698b542b505f2e88d74559f3
parent09d6d8f51b3ba0b418831f1026c3c510b686ab56
md: rename recovery_cp to resync_offset

[ Upstream commit 907a99c314a5a695e35acff78ac61f4ec950a6d3 ]

'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@huawei.com>
Link: https://lore.kernel.org/linux-raid/20250722033340.1933388-1-linan666@huaweicloud.com
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Stable-dep-of: b7ee30f0efd1 ("md: fix sync_action incorrect display during resync")
Signed-off-by: Sasha Levin <sashal@kernel.org>
12 files changed:
drivers/md/dm-raid.c
drivers/md/md-bitmap.c
drivers/md/md-cluster.c
drivers/md/md.c
drivers/md/md.h
drivers/md/raid0.c
drivers/md/raid1-10.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5-ppl.c
drivers/md/raid5.c
include/uapi/linux/raid/md_p.h