aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/md/dm.h1
-rw-r--r--include/linux/device-mapper.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h
index 65f2f562220e..911d434361dd 100644
--- a/drivers/md/dm.h
+++ b/drivers/md/dm.h
@@ -91,7 +91,6 @@ int dm_stripe_init(void);
91void dm_stripe_exit(void); 91void dm_stripe_exit(void);
92 92
93void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size); 93void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size);
94union map_info *dm_get_mapinfo(struct bio *bio);
95int dm_open_count(struct mapped_device *md); 94int dm_open_count(struct mapped_device *md);
96int dm_lock_for_deletion(struct mapped_device *md); 95int dm_lock_for_deletion(struct mapped_device *md);
97 96
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 178390de195e..6b80961650f0 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -207,6 +207,7 @@ int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
207struct gendisk *dm_disk(struct mapped_device *md); 207struct gendisk *dm_disk(struct mapped_device *md);
208int dm_suspended(struct mapped_device *md); 208int dm_suspended(struct mapped_device *md);
209int dm_noflush_suspending(struct dm_target *ti); 209int dm_noflush_suspending(struct dm_target *ti);
210union map_info *dm_get_mapinfo(struct bio *bio);
210 211
211/* 212/*
212 * Geometry functions. 213 * Geometry functions.