1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/lib/format_text
Jim Meyering 1a5d6bd23d Detect stream write failure reliably; new fn: lvm_fclose; use dm_fclose
* lib/misc/lvm-file.c (lvm_fclose): New function.
* lib/misc/lvm-file.h (lvm_fclose): Declare it.
* lib/config/config.c (write_config_file): Use the new function to detect
and diagnose unlikely write failure.
* lib/filters/filter-persistent.c (persistent_filter_dump): Likewise.
* lib/format_text/archive.c (archive_vg): Likewise.
* lib/format_text/format-text.c (_vg_write_file): Likewise.
* lib/log/log.c (fin_log): Similar, but use dm_fclose directly.
Include "\n" at end of each fprintf format string.
2007-07-24 17:48:08 +00:00
..
archive.c Detect stream write failure reliably; new fn: lvm_fclose; use dm_fclose 2007-07-24 17:48:08 +00:00
archiver.c Make warnings go to stderr. Change log_warn to that effect, log_print 2007-06-28 17:33:44 +00:00
archiver.h Split metadata-external.h out from metadata.h for the tools to use. 2007-07-18 15:38:58 +00:00
export.c Add -Wformat-security and change one fprintf() to fputs(). 2007-04-27 19:26:57 +00:00
flags.c Add --nosync to lvcreate with LV flag NOTSYNCED. 2006-05-11 20:03:40 +00:00
format-text.c Detect stream write failure reliably; new fn: lvm_fclose; use dm_fclose 2007-07-24 17:48:08 +00:00
format-text.h Allow vgcfgrestore to list metadata backup files using -f 2007-06-08 22:38:48 +00:00
import_vsn1.c Add devices/preferred_names config regex list for displayed device names. 2007-04-26 16:44:59 +00:00
import-export.h When choosing between identically-named VGs, also consider creation_host. 2006-04-13 17:32:24 +00:00
import.c Protect .cache manipulations with fcntl locking. 2006-11-04 03:34:10 +00:00
layout.h Add lvm_getpagesize wrapper. 2006-08-17 18:23:44 +00:00
tags.c Use hash, bitset, malloc, pool from libdevmapper. 2005-10-16 23:03:59 +00:00
text_export.h Remove hard-coded 64k text metadata writing restriction. 2005-06-07 11:00:07 +00:00
text_import.h Use hash, bitset, malloc, pool from libdevmapper. 2005-10-16 23:03:59 +00:00
text_label.c Adjust some alignments for ia64 and sparc. 2006-11-30 23:11:42 +00:00