mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-10 05:18:36 +03:00
Fix compilation warning.
This commit is contained in:
parent
bdc7574fd5
commit
35bd06a9a0
@ -442,7 +442,7 @@ static int lvconvert_mirrors(struct cmd_context * cmd, struct logical_volume * l
|
||||
int r = 0;
|
||||
struct logical_volume *log_lv;
|
||||
int failed_mirrors = 0, failed_log = 0;
|
||||
struct dm_list *old_pvh, *remove_pvs = NULL;
|
||||
struct dm_list *old_pvh = NULL, *remove_pvs = NULL;
|
||||
|
||||
seg = first_seg(lv);
|
||||
existing_mirrors = lv_mirror_count(lv);
|
||||
|
Loading…
Reference in New Issue
Block a user