1
0
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:
Dave Wysochanski 2010-07-08 17:41:46 +00:00
parent 15352cd86e
commit d324fd94df

View File

@ -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;
}