1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/format_text
Milan Broz a4a1cd76ba Fix allocation bug in text metadata format write error path.
Function _text_pv_write doesn't use memory pool but static buffer,
call dm_pool_free in error path in _raw_write_mda_header is wrong.

Move pool free only to path where is the memory pool used.
2008-08-16 09:46:55 +00:00
..
archive.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
archiver.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
archiver.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
export.c Add "flags" metadata field (akin to "status") for backward-compatible flags. 2008-07-10 11:30:57 +00:00
flags.c Add "flags" metadata field (akin to "status") for backward-compatible flags. 2008-07-10 11:30:57 +00:00
format-text.c Fix allocation bug in text metadata format write error path. 2008-08-16 09:46:55 +00:00
format-text.h split orphan VG by format type 2008-02-06 15:47:28 +00:00
import_vsn1.c Fix gcc warnings. 2008-07-11 09:19:54 +00:00
import-export.h Add "flags" metadata field (akin to "status") for backward-compatible flags. 2008-07-10 11:30:57 +00:00
import.c Cache VG metadata internally while VG lock is held. 2008-04-01 22:40:13 +00:00
layout.h Add pv_mda_free and vg_mda_free fields to reports for raw text format. 2007-11-05 17:17:55 +00:00
tags.c Some whitespace tidy-ups. 2008-01-30 14:00:02 +00:00
text_export.h Use return_0 in a couple more places. 2008-03-10 18:51:27 +00:00
text_import.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00
text_label.c split orphan VG by format type 2008-02-06 15:47:28 +00:00