]> www.infradead.org Git - users/jedix/linux-maple.git/commit
md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()
authorYu Kuai <yukuai3@huawei.com>
Thu, 9 Jan 2025 01:51:41 +0000 (09:51 +0800)
committerSong Liu <song@kernel.org>
Mon, 13 Jan 2025 16:56:10 +0000 (08:56 -0800)
commit08c50142a128dcb2d7060aa3b4c5db8837f7a46a
tree9dedc46288a4cb1bb9607f2d95065586249405f2
parent4fa91616c078c203f1ab6c43f9524b7e352c8217
md/md-bitmap: factor behind write counters out from bitmap_{start/end}write()

behind_write is only used in raid1, prepare to refactor
bitmap_{start/end}write(), there are no functional changes.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Xiao Ni <xni@redhat.com>
Link: https://lore.kernel.org/r/20250109015145.158868-2-yukuai1@huaweicloud.com
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/md-bitmap.c
drivers/md/md-bitmap.h
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5-cache.c
drivers/md/raid5.c