md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()
authorYu Kuai <yukuai3@huawei.com>
Mon, 26 Aug 2024 07:44:36 +0000 (15:44 +0800)
committerSong Liu <song@kernel.org>
Tue, 27 Aug 2024 17:14:17 +0000 (10:14 -0700)
commit9be669bd1b031f40b35034223517cf886e7a7fcc
tree34432341e8c325ebf68c0ed6426d3026584a637a
parentfe6a19d40ceb44281905485f56dda715e3214e0e
md/md-bitmap: remove the parameter 'aborted' for md_bitmap_end_sync()

For internal callers, aborted are always set to false, while for
external callers, aborted are always set to true.

Hence there is no need to always pass in true for exported api.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20240826074452.1490072-27-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.c