aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r--include/linux/device-mapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 499f5373e213..8b3c7cdc599c 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -188,6 +188,7 @@ int dm_wait_event(struct mapped_device *md, int event_nr);
188 * Info functions. 188 * Info functions.
189 */ 189 */
190const char *dm_device_name(struct mapped_device *md); 190const char *dm_device_name(struct mapped_device *md);
191int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
191struct gendisk *dm_disk(struct mapped_device *md); 192struct gendisk *dm_disk(struct mapped_device *md);
192int dm_suspended(struct mapped_device *md); 193int dm_suspended(struct mapped_device *md);
193int dm_noflush_suspending(struct dm_target *ti); 194int dm_noflush_suspending(struct dm_target *ti);