Fix bug in previous patch
"DDF: compare_super_ddf: merge local info of other superblock"
Just discovered this bug in my last patch set - unfortunately, just after
you committed it.
Signed-off-by: Martin Wilck <mwilck@arcor.de>
Signed-off-by: NeilBrown <neilb@suse.de>
vl1->next = first->conflist;
vl1->block_sizes = NULL;
- if (vl1->conf.sec_elmnt_count > 1) {
+ if (vl2->conf.sec_elmnt_count > 1) {
vl1->other_bvds = xcalloc(vl2->conf.sec_elmnt_count - 1,
sizeof(struct vd_config *));
} else