]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Export dm_get_md() for the new thin provisioning target to use.
authorAlasdair G Kergon <agk@redhat.com>
Thu, 18 Aug 2011 01:28:50 +0000 (11:28 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 18 Aug 2011 01:30:06 +0000 (11:30 +1000)
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c

index 2fe3017ba97cfdf808cddccad3c22b948ee8676a..049421038e8c870a2f6ba986f2ac87a2276301b8 100644 (file)
@@ -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)
 {