]> sourceware.org Git - lvm2.git/commit
Code move of vg_mark_partial() up in stack
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 17 Jun 2011 14:39:10 +0000 (14:39 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 17 Jun 2011 14:39:10 +0000 (14:39 +0000)
commitbebe60b70c82ed23740726d817219d287a1ebb62
tree248bde814257c989c049af5e59a70fb6409182d0
parent93a98c26724aa21dddf58ee888fcef135b1e6f58
Code move of vg_mark_partial() up in stack

It's useful to keep the partial flag cached - so just move the call
for vg_mark_partil_lvs() into import_vg_from_config_tree() so it gets
evaluated before it goes through the lvmcache.

This patch should not present any functional change.

Note: It is rather temporal solution - proper place is probably inside the
'read' call back - but needs some more discussion.
For now using this minor hack.
WHATS_NEW
lib/format_text/import.c
lib/metadata/metadata.c
This page took 0.027921 seconds and 5 git commands to generate.