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@xxxxxxxx> --- super-ddf.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/super-ddf.c b/super-ddf.c index 455f0f8..ea8439b 100644 --- a/super-ddf.c +++ b/super-ddf.c @@ -3514,7 +3514,7 @@ static int compare_super_ddf(struct supertype *st, struct supertype *tst) 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 -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html