From 48bb4df7ae1e7e51aa20aa638eb63f42cbeda8cc Mon Sep 17 00:00:00 2001 From: Alasdair G Kergon Date: Tue, 9 Aug 2011 10:49:59 +1000 Subject: [PATCH] Export dm_get_md() for the new thin provisioning target to use. Signed-off-by: Alasdair G Kergon --- drivers/md/dm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/md/dm.c b/drivers/md/dm.c index 52a8fd8eb17f..a98fd64074ba 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c @@ -2241,6 +2241,7 @@ struct mapped_device *dm_get_md(dev_t dev) return md; } +EXPORT_SYMBOL_GPL(dm_get_md); void *dm_get_mdptr(struct mapped_device *md) { -- 2.39.5