]> sourceware.org Git - lvm2.git/commit
Fix compiler warning.
authorJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 10 Aug 2011 16:44:17 +0000 (16:44 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 10 Aug 2011 16:44:17 +0000 (16:44 +0000)
commit46e3fe8cf403db6a9ca381e2972fd7cb359e4870
tree13a49e1e8d544bd7e9a67e2d09555a90ca1df9cb
parent311d319e0a47e4cbe3c35d88fbcd8c09322c326c
Fix compiler warning.

Compiler complaining that meta_lv could be used uninitialized.  (Not true
because it is protected by 'clear_metadata'.)  I switched to using 'lv->vg',
as it makes no difference to vg_[write|commit].
lib/metadata/lv_manip.c
This page took 0.028856 seconds and 5 git commands to generate.