aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r--drivers/md/dm.h5
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);
122int dm_stripe_init(void); 122int dm_stripe_init(void);
123void dm_stripe_exit(void); 123void dm_stripe_exit(void);
124 124
125/*
126 * mapped_device operations
127 */
128void dm_destroy(struct mapped_device *md);
129void dm_destroy_immediate(struct mapped_device *md);
125int dm_open_count(struct mapped_device *md); 130int dm_open_count(struct mapped_device *md);
126int dm_lock_for_deletion(struct mapped_device *md); 131int dm_lock_for_deletion(struct mapped_device *md);
127 132