]> sourceware.org Git - lvm2.git/commit
Refactor code for _lv_postoder
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Mar 2011 14:40:32 +0000 (14:40 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 10 Mar 2011 14:40:32 +0000 (14:40 +0000)
commit20d6bb2d9cea806d24c7b37bc06795ffc35fb2d4
treef9a9595a7f03367c7c10931979ecaeb3a520a4f7
parent51d61a76dae383cc76089e8fc377a2361702c840
Refactor code for _lv_postoder

Add _lv_postorder_vg() - for calling _lv_postorder() for every LV from VG.
We use this in 2 places -  vg_mark_partial_lvs() and vg_validate()
so make it as a one function.

Benefit here is - to use only one cleanup code and avoid
potentially duplicate scans of same LVs.
WHATS_NEW
lib/metadata/metadata.c
This page took 0.04048 seconds and 5 git commands to generate.