diff options
Diffstat (limited to 'drivers/md/dm-exception-store.c')
| -rw-r--r-- | drivers/md/dm-exception-store.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-exception-store.c b/drivers/md/dm-exception-store.c index 556acff3952..e5de7627c52 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,  	r = set_chunk_size(tmp_store, argv[2], &ti->error);  	if (r) -		goto bad_cow; +		goto bad_ctr;  	r = type->ctr(tmp_store, 0, NULL);  	if (r) {  |