From: Heinz Mauelshagen <heinzm@xxxxxxxxxx> This patch exports symbol bitmap_destroy to allow dm-raid to remove bitmaps when performing a down takeover to md raid0. Signed-off-by: Heinz Mauelshagen <heinzm@xxxxxxxxxx> Tested-by: Heinz Mauelshagen <heinzm@xxxxxxxxxx> --- drivers/md/bitmap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/md/bitmap.c b/drivers/md/bitmap.c index 3a57679..b484d15 100644 --- a/drivers/md/bitmap.c +++ b/drivers/md/bitmap.c @@ -1631,6 +1631,7 @@ void bitmap_destroy(struct mddev *mddev) bitmap_free(bitmap); } +EXPORT_SYMBOL_GPL(bitmap_destroy); /* * initialize the bitmap structure -- 2.1.0 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/dm-devel