]> 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)
commite01bcc6884be9a31bcccdec07ee348a8d40ae54e
tree13a49e1e8d544bd7e9a67e2d09555a90ca1df9cb
parent05960a0c55d9550db3172a63641d3ed1abf2fdcd
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.034833 seconds and 5 git commands to generate.