]> sourceware.org Git - lvm2.git/commitdiff
revert that
authorAlasdair Kergon <agk@redhat.com>
Wed, 30 Jun 2010 14:54:29 +0000 (14:54 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 30 Jun 2010 14:54:29 +0000 (14:54 +0000)
lib/metadata/metadata.c

index 4c28a8e4060dc709556b0a833d6b36852aa7e2bd..44ad83e1d7b6a4222e85e845a52456de9b737c18 100644 (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)
This page took 0.040166 seconds and 5 git commands to generate.