aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-exception-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/md/dm-exception-store.c')
-rw-r--r--drivers/md/dm-exception-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-exception-store.c b/drivers/md/dm-exception-store.c
index 556acff3952f..e5de7627c52d 100644
--- a/drivers/md/dm-exception-store.c
+++ b/drivers/md/dm-exception-store.c
@@ -251,7 +251,7 @@ int dm_exception_store_create(struct dm_target *ti, int argc, char **argv,
251 251
252 r = set_chunk_size(tmp_store, argv[2], &ti->error); 252 r = set_chunk_size(tmp_store, argv[2], &ti->error);
253 if (r) 253 if (r)
254 goto bad_cow; 254 goto bad_ctr;
255 255
256 r = type->ctr(tmp_store, 0, NULL); 256 r = type->ctr(tmp_store, 0, NULL);
257 if (r) { 257 if (r) {