Skip to content

Commit

Permalink
dm: export dm get md
Browse files Browse the repository at this point in the history
Export dm_get_md() for the new thin provisioning target to use.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
  • Loading branch information
Alasdair G Kergon committed Oct 31, 2011
1 parent 36a0456 commit 3cf2e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/md/dm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3cf2e4b

Please sign in to comment.