1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-24 14:50:34 +03:00
Peter Rajnoha 251265821f Cleanup fid finalization code in free_vg and allow exactly the same fid to be set again for a PV/VG.
Actually, we can call vg_set_fid(vg, NULL) instead of calling
destroy_instance for all PV structs and a VG struct - it's the same
code we already have in the vg_set_fid.

Also, allow exactly the same fid to be set again for the same PV/VG
Before, this could end up with the fid destroyed because we destroyed
existing fid first and then we used the new one and we didn't care
whether existing one == new one by chance.
2011-04-01 14:54:20 +00:00
..
2011-03-10 14:51:35 +00:00
2010-12-20 13:19:13 +00:00
2011-03-29 20:19:03 +00:00
2011-02-18 14:47:28 +00:00
2011-03-30 12:30:39 +00:00
2011-03-05 12:14:00 +00:00
2011-02-18 14:47:28 +00:00