vserver 2.0 rc7
[linux-2.6.git] / drivers / md / dm.h
index e6ef0b4..e38c3fc 100644 (file)
@@ -44,6 +44,7 @@ struct dm_dev {
        atomic_t count;
        int mode;
        struct block_device *bdev;
+       char name[16];
 };
 
 struct dm_table;
@@ -189,5 +190,6 @@ int dm_stripe_init(void);
 void dm_stripe_exit(void);
 
 void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size);
+union map_info *dm_get_mapinfo(struct bio *bio);
 
 #endif