mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
e0421ee7bf
Instead of duplicating whole segtype string with flags and using 2 calls read_segtype_lvflags() + get_segtype_from_string(), merge the functionality into a single read_segtype_and_lvflags(). This allows to make only a local string copy (no allocs) and eventually to not copy segtype string at all, when there are no flags. |
||
---|---|---|
.. | ||
archive.c | ||
archiver.c | ||
archiver.h | ||
export.c | ||
flags.c | ||
format-text.c | ||
format-text.h | ||
import_vsn1.c | ||
import-export.h | ||
import.c | ||
layout.h | ||
text_export.h | ||
text_import.h | ||
text_label.c |