diff options
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r-- | drivers/md/dm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h index bad1724d4869..8223671e4901 100644 --- a/drivers/md/dm.h +++ b/drivers/md/dm.h | |||
@@ -122,6 +122,11 @@ void dm_linear_exit(void); | |||
122 | int dm_stripe_init(void); | 122 | int dm_stripe_init(void); |
123 | void dm_stripe_exit(void); | 123 | void dm_stripe_exit(void); |
124 | 124 | ||
125 | /* | ||
126 | * mapped_device operations | ||
127 | */ | ||
128 | void dm_destroy(struct mapped_device *md); | ||
129 | void dm_destroy_immediate(struct mapped_device *md); | ||
125 | int dm_open_count(struct mapped_device *md); | 130 | int dm_open_count(struct mapped_device *md); |
126 | int dm_lock_for_deletion(struct mapped_device *md); | 131 | int dm_lock_for_deletion(struct mapped_device *md); |
127 | 132 | ||