1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-23 10:50:34 +03:00
Zdenek Kabelac b5d7757c3d Refactor vg allocation code
Create new function alloc_vg() to allocate VG structure.

It takes pool_name (for easier debugging).
and also take vg_name to futher simplify code.

Move remainder of _build_vg_from_pds  to _pool_vg_read
and use vg memory pool for import functions.
(it's been using smem -> fid mempool -> cmd mempool)
(FIXME: remove mempool parameter for import functions and use vg).

Move remainder of the _build_vg to _format1_vg_read
2011-03-10 12:43:29 +00:00
..
2011-02-28 19:53:03 +00:00
2011-02-28 19:53:03 +00:00
2010-12-20 13:19:13 +00:00
2011-02-18 14:47:28 +00:00
2011-03-10 12:43:29 +00:00
2011-03-10 12:43:29 +00:00
2011-03-10 12:43:29 +00:00
2011-02-18 14:16:11 +00:00
2011-02-18 14:16:11 +00:00
2011-03-10 12:43:29 +00:00
2011-02-18 14:29:39 +00:00
2011-03-06 17:52:07 +00:00
2011-03-05 12:14:00 +00:00
2011-02-18 14:29:39 +00:00
2011-02-18 14:47:28 +00:00