diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index 71ddd1e23007..9ebb24b037bc 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -123,5 +123,7 @@ void dm_stripe_exit(void); | |||
123 | 123 | ||
124 | void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size); | 124 | void *dm_vcalloc(unsigned long nmemb, unsigned long elem_size); |
125 | union map_info *dm_get_mapinfo(struct bio *bio); | 125 | union map_info *dm_get_mapinfo(struct bio *bio); |
126 | int dm_open_count(struct mapped_device *md); | ||
127 | int dm_lock_for_deletion(struct mapped_device *md); | ||
126 | 128 | ||
127 | #endif | 129 | #endif |