]> www.infradead.org Git - users/willy/linux.git/commit
md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()
authorYu Kuai <yukuai3@huawei.com>
Mon, 26 Aug 2024 07:44:41 +0000 (15:44 +0800)
committerSong Liu <song@kernel.org>
Tue, 27 Aug 2024 19:43:14 +0000 (12:43 -0700)
commit48eb95810a9241afd871de917d70712e2ddfda31
tree361a4e634c4e548b380acaa35aca6436c1b6173c
parent4338b94271dd8cee8ce3b662b12528cd009325a3
md/md-bitmap: merge md_bitmap_unplug_async() into md_bitmap_unplug()

Add a parameter 'bool sync' to distinguish them, and
md_bitmap_unplug_async() won't be exported anymore, hence
bitmap_operations only need one op to cover them.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20240826074452.1490072-32-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-10.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c