]> 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, 1 Nov 2011 00:15:34 +0000 (11:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 1 Nov 2011 00:15:34 +0000 (11:15 +1100)
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
drivers/md/dm.c

index 9836324e21186cefed3a40354f2e7190470a27c2..6b6616a41baaa63c546af3ed53181d3271d09b82 100644 (file)
@@ -2250,6 +2250,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)
 {