diff options
Diffstat (limited to 'drivers/md/dm-exception-store.h')
-rw-r--r-- | drivers/md/dm-exception-store.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/md/dm-exception-store.h b/drivers/md/dm-exception-store.h index 25677df8dd59..78d1acec77e9 100644 --- a/drivers/md/dm-exception-store.h +++ b/drivers/md/dm-exception-store.h | |||
@@ -122,9 +122,18 @@ static inline void dm_consecutive_chunk_count_inc(struct dm_snap_exception *e) | |||
122 | 122 | ||
123 | # endif | 123 | # endif |
124 | 124 | ||
125 | int dm_exception_store_init(void); | ||
126 | void dm_exception_store_exit(void); | ||
127 | |||
125 | /* | 128 | /* |
126 | * Two exception store implementations. | 129 | * Two exception store implementations. |
127 | */ | 130 | */ |
131 | int dm_persistent_snapshot_init(void); | ||
132 | void dm_persistent_snapshot_exit(void); | ||
133 | |||
134 | int dm_transient_snapshot_init(void); | ||
135 | void dm_transient_snapshot_exit(void); | ||
136 | |||
128 | int dm_create_persistent(struct dm_exception_store *store); | 137 | int dm_create_persistent(struct dm_exception_store *store); |
129 | 138 | ||
130 | int dm_create_transient(struct dm_exception_store *store); | 139 | int dm_create_transient(struct dm_exception_store *store); |