]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/device-mapper.h
dm: export name and uuid
[linux-2.6-omap-h63xx.git] / include / linux / device-mapper.h
index 499f5373e2134d7a1a0fa8b9a84bddc3ad23b26b..8b3c7cdc599c6739e2f33f4e4e27698772642211 100644 (file)
@@ -188,6 +188,7 @@ int dm_wait_event(struct mapped_device *md, int event_nr);
  * Info functions.
  */
 const char *dm_device_name(struct mapped_device *md);
+int dm_copy_name_and_uuid(struct mapped_device *md, char *name, char *uuid);
 struct gendisk *dm_disk(struct mapped_device *md);
 int dm_suspended(struct mapped_device *md);
 int dm_noflush_suspending(struct dm_target *ti);