aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorStefan Bader <stefan.bader@canonical.com>2008-02-14 09:55:49 -0500
committerJohn Rigby <john.rigby@linaro.org>2012-11-14 18:19:10 -0700
commit17525b9c3dc5ec9bb21a99cfdce9c40983e16c7d (patch)
treeb0fa7baacca12277bd72468b46fc5371504505ef /drivers
parentc71c513ca73aef62da4db76588dc29249151ada4 (diff)
UBUNTU: ubuntu: dm-raid45
ExternalDriver: dm-raid45 Description: This software extends device-mapper by RAID4 and RAID5 mappings. Url: http://people.redhat.com/~heinzm/sw/dm/dm-raid45/ Version: 2009.04.24 (2.6.30-rc3) Signed-off-by: Manoj Iyer <manoj.iyer@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/md/dm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c
index 02db9183ca0..faa5665bfd8 100644
--- a/drivers/md/dm.c
+++ b/drivers/md/dm.c
@@ -2662,6 +2662,7 @@ struct gendisk *dm_disk(struct mapped_device *md)
{
return md->disk;
}
+EXPORT_SYMBOL_GPL(dm_disk);
struct kobject *dm_kobject(struct mapped_device *md)
{