]> 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>
Mon, 25 Jul 2011 00:50:00 +0000 (10:50 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 25 Jul 2011 00:50:00 +0000 (10:50 +1000)
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c

index eea2517336237b9e7fc91c1ffdbfd4a37224e5fe..09fb4cd9f854a81130e98326daafe8b33d1ee2d8 100644 (file)
@@ -2226,6 +2226,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)
 {