mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
cc282870dd
struct pv_list { struct list list; struct physical_volume pv; }; to struct pv_list { struct list list; struct physical_volume *pv; }; o New function in toollib 'create_pv_list', which creates a list of pv's from a given command line array of pv's. o Changed lvcreate/extend to use this (fixes lvextend [pv list] bug). |
||
---|---|---|
.. | ||
lv_manip.c | ||
merge.c | ||
metadata.c | ||
metadata.h | ||
pv_map.c | ||
pv_map.h |