]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.
authorYu Kuai <yukuai3@huawei.com>
Mon, 26 Aug 2024 07:44:47 +0000 (15:44 +0800)
committerSong Liu <song@kernel.org>
Tue, 27 Aug 2024 19:43:15 +0000 (12:43 -0700)
commit3dd9141a154785f10770fb3e8349f6b133b08b8a
tree277a6f943906716b0e529354894e89ec5023eaa1
parent57d602414d2e327160f2e03c39eff3f2f895839c
md/md-bitmap: merge md_bitmap_copy_from_slot() into struct bitmap_operation.

So that the implementation won't be exposed, and it'll be possible
to invent a new bitmap by replacing bitmap_operations.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20240826074452.1490072-38-yukuai1@huaweicloud.com
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/md-bitmap.c
drivers/md/md-bitmap.h
drivers/md/md-cluster.c