aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-snap.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-snap.h')
-rw-r--r--drivers/md/dm-snap.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/md/dm-snap.h b/drivers/md/dm-snap.h
index fdec1e2dc871..221eb8880c80 100644
--- a/drivers/md/dm-snap.h
+++ b/drivers/md/dm-snap.h
@@ -128,10 +128,9 @@ int dm_add_exception(struct dm_snapshot *s, chunk_t old, chunk_t new);
128 * Constructor and destructor for the default persistent 128 * Constructor and destructor for the default persistent
129 * store. 129 * store.
130 */ 130 */
131int dm_create_persistent(struct exception_store *store, uint32_t chunk_size); 131int dm_create_persistent(struct exception_store *store);
132 132
133int dm_create_transient(struct exception_store *store, 133int dm_create_transient(struct exception_store *store);
134 struct dm_snapshot *s, int blocksize);
135 134
136/* 135/*
137 * Return the number of sectors in the device. 136 * Return the number of sectors in the device.