]> 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>
Tue, 11 Oct 2011 00:45:59 +0000 (11:45 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 11 Oct 2011 00:45:59 +0000 (11:45 +1100)
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)
 {