md/md-bitmap: merge bitmap_unplug() into bitmap_operations
authorYu Kuai <yukuai3@huawei.com>
Mon, 26 Aug 2024 07:44:42 +0000 (15:44 +0800)
committerSong Liu <song@kernel.org>
Tue, 27 Aug 2024 19:43:14 +0000 (12:43 -0700)
commit3c9883e77a36ca76b8d92afa99599263ca587ae7
treeb5c67bd9827e703d0eace206a82f66c5ecc784fe
parent48eb95810a9241afd871de917d70712e2ddfda31
md/md-bitmap: merge bitmap_unplug() 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-33-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/raid5.c