diff options
author | Alasdair G Kergon <agk@redhat.com> | 2011-10-31 16:19:06 -0400 |
---|---|---|
committer | Alasdair G Kergon <agk@redhat.com> | 2011-10-31 16:19:06 -0400 |
commit | 3cf2e4ba74ca1bf5d8ad26cd18592f02b32964f5 (patch) | |
tree | 5520a8bcdbabc01956ce774724388e013b6f55f4 /drivers/md/dm.c | |
parent | 36a0456fbf2d9680bf9af81b39daf4a8e22cb1b8 (diff) |
dm: export dm get md
Export dm_get_md() for the new thin provisioning target to use.
Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm.c')
-rw-r--r-- | drivers/md/dm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c index 9836324e2118..6b6616a41baa 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c | |||
@@ -2250,6 +2250,7 @@ struct mapped_device *dm_get_md(dev_t dev) | |||
2250 | 2250 | ||
2251 | return md; | 2251 | return md; |
2252 | } | 2252 | } |
2253 | EXPORT_SYMBOL_GPL(dm_get_md); | ||
2253 | 2254 | ||
2254 | void *dm_get_mdptr(struct mapped_device *md) | 2255 | void *dm_get_mdptr(struct mapped_device *md) |
2255 | { | 2256 | { |