From: Alasdair G Kergon Date: Thu, 18 Aug 2011 01:28:50 +0000 (+1000) Subject: Export dm_get_md() for the new thin provisioning target to use. X-Git-Tag: next-20110818~32^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d71b2bdcf5c0274ddc0ffaa1f0ccfd1383d36207;p=karo-tx-linux.git Export dm_get_md() for the new thin provisioning target to use. Signed-off-by: Alasdair G Kergon --- diff --git a/drivers/md/dm.c b/drivers/md/dm.c index 2fe3017ba97c..049421038e8c 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) {