1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

revert that

This commit is contained in:
Alasdair Kergon 2010-06-30 14:54:29 +00:00
parent a6c4427188
commit efe75fd705

View File

@ -1111,7 +1111,7 @@ skip_adjust:
* below check and retain correctness.
*/
if ((!dm_list_size(&vg->fid->metadata_areas_in_use) ||
(!vg_mda_used_count(vg)) && vg_mda_count(vg)))
!vg_mda_used_count(vg)) && vg_mda_count(vg))
ret = _vg_unignore_mdas(vg, 1);
if (!ret)