]> sourceware.org Git - lvm2.git/commit
Remove check for existance of vg pointer
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 22 Dec 2010 15:44:09 +0000 (15:44 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 22 Dec 2010 15:44:09 +0000 (15:44 +0000)
commit0ddb15964a65bd1a1d56aa76d3cbbf29d4bc1ba4
tree2258780af2776ca84baf340511243d098b53c902
parent2ae2ca89bf4add514d1f922f68515d12449fb403
Remove check for existance of vg pointer

Checking for vg being != NULL in this place is not needed.
Pointer vg is already dereferced in this function above this code line.
Also this internal function _read_pv is always called with valid 'vg' pointer.
lib/format_text/import_vsn1.c
This page took 0.037487 seconds and 5 git commands to generate.