mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
36a0456fbf
commit
3cf2e4ba74
1 changed files with 1 additions and 0 deletions
|
@ -2250,6 +2250,7 @@ struct mapped_device *dm_get_md(dev_t dev)
|
||||||
|
|
||||||
return md;
|
return md;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(dm_get_md);
|
||||||
|
|
||||||
void *dm_get_mdptr(struct mapped_device *md)
|
void *dm_get_mdptr(struct mapped_device *md)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue