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 8fe81e1807e0..5bbce29f143a 100644 --- a/drivers/md/dm-exception-store.c +++ b/drivers/md/dm-exception-store.c | |||
@@ -449,7 +449,7 @@ static void persistent_destroy(struct exception_store *store) | |||
449 | 449 | ||
450 | static int persistent_read_metadata(struct exception_store *store) | 450 | static int persistent_read_metadata(struct exception_store *store) |
451 | { | 451 | { |
452 | int r, new_snapshot; | 452 | int r, uninitialized_var(new_snapshot); |
453 | struct pstore *ps = get_info(store); | 453 | struct pstore *ps = get_info(store); |
454 | 454 | ||
455 | /* | 455 | /* |