1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-05 13:18:20 +03:00
lvm2/lib/format_text
Zdenek Kabelac 0ddb15964a 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.
2010-12-22 15:44:09 +00:00
..
archive.c Rename vg_release to free_vg. 2010-12-08 20:50:48 +00:00
archiver.c Add backtraces for archive and backup_locally 2010-12-22 13:45:33 +00:00
archiver.h Fix remote metadata backup for clvmd 2009-04-22 09:39:45 +00:00
export.c Fix memory leak in error path 2010-11-29 12:19:58 +00:00
flags.c Add more strict const pointers around config tree 2010-12-20 13:12:55 +00:00
format-text.c Remove const usage from destroy callbacks 2010-12-20 13:32:49 +00:00
format-text.h Add --metadataignore to pvcreate. 2010-06-30 12:17:24 +00:00
import_vsn1.c Remove check for existance of vg pointer 2010-12-22 15:44:09 +00:00
import-export.h Add more strict const pointers around config tree 2010-12-20 13:12:55 +00:00
import.c Some const cleanups 2010-12-20 13:19:13 +00:00
layout.h more metadataignore message/code cleanup 2010-06-30 17:13:05 +00:00
tags.c Add more strict const pointers around config tree 2010-12-20 13:12:55 +00:00
text_export.h Export function out_text_with_comment() and add outfc() macro that checks 2010-01-07 14:45:28 +00:00
text_import.h Update a few more uint64_t's related to the 64-bit status change. 2009-12-04 17:48:32 +00:00
text_label.c Rename 'flags' to 'status' for struct metadata_area. 2010-10-05 17:34:05 +00:00