mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-16 10:50:46 +03:00
Init mda->list in mda_copy.
This patch should be no functional change as all callers initialize mda->list.
This commit is contained in:
parent
15352cd86e
commit
d324fd94df
@ -4207,7 +4207,7 @@ struct metadata_area *mda_copy(struct dm_pool *mem,
|
||||
}
|
||||
}
|
||||
|
||||
/* FIXME mda 'list' left invalid here */
|
||||
dm_list_init(&mda_new->list);
|
||||
|
||||
return mda_new;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user