aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.h
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2008-10-10 13:37:12 +0100
committerAlasdair G Kergon <agk@redhat.com>2008-10-10 13:37:12 +0100
commit54160904260fa764ba6e2dc738770be30fdf9553 (patch)
tree5f286d4d4c199772b4fc2fea48dfd10c5ef0ecf9 /drivers/md/dm.h
parentdm: publish dm_table_unplug_all (diff)
downloadlinux-dev-54160904260fa764ba6e2dc738770be30fdf9553.tar.xz
linux-dev-54160904260fa764ba6e2dc738770be30fdf9553.zip
dm: publish dm_vcalloc
Publish dm_vcalloc in include/linux/device-mapper.h because this function is used by targets. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r--drivers/md/dm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h
index 8812208978e3..cd189da2b2fa 100644
--- a/drivers/md/dm.h
+++ b/drivers/md/dm.h
@@ -89,7 +89,6 @@ void dm_linear_exit(void);
int dm_stripe_init(void);
void dm_stripe_exit(void);
-void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size);
int dm_open_count(struct mapped_device *md);
int dm_lock_for_deletion(struct mapped_device *md);