There is no bitmap_destroy function, the right function is md_bitmap_destroy. Signed-off-by: Bernard Zhao <bernard@xxxxxxxx> --- drivers/md/md-bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/md/md-bitmap.c b/drivers/md/md-bitmap.c index bfd6026d7809..4a6199a28294 100644 --- a/drivers/md/md-bitmap.c +++ b/drivers/md/md-bitmap.c @@ -1804,7 +1804,7 @@ void md_bitmap_destroy(struct mddev *mddev) /* * initialize the bitmap structure - * if this returns an error, bitmap_destroy must be called to do clean up + * if this returns an error, md_bitmap_destroy must be called to do clean up * once mddev->bitmap is set */ struct bitmap *md_bitmap_create(struct mddev *mddev, int slot) -- 2.33.1