]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operations
authorYu Kuai <yukuai3@huawei.com>
Mon, 26 Aug 2024 07:44:50 +0000 (15:44 +0800)
committerSong Liu <song@kernel.org>
Tue, 27 Aug 2024 19:43:16 +0000 (12:43 -0700)
commit49f5f5e309e6127957babed7834f5a0e1022f936
treeab7a00056d2108621f47c9488f29f3dbc80f5560
parentc65c20dc504b08204d6c3effffa9409a526822aa
md/md-bitmap: merge md_bitmap_wait_behind_writes() into bitmap_operations

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-41-yukuai1@huaweicloud.com
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/md-bitmap.c
drivers/md/md-bitmap.h
drivers/md/md.c
drivers/md/raid1.c