X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fmd%2Fdm.h;h=e38c3fc1a1db451aec5b3172b27b22c7042c384c;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=e6ef0b4d077d970fc2924fe88836fb79e45e755f;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/drivers/md/dm.h b/drivers/md/dm.h index e6ef0b4d0..e38c3fc1a 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h @@ -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