1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib
Zdenek Kabelac 2955b913ea Use new status code from fsadm check
Patch updates exec_cmd() and adds 3rd parameter with pointer for
status value, so caller might examine returned status code.
If the passed pointer is NULL, behavior is unmodified.

Patch allows to confinue with lvresize if the failure from fsadm check is
caused by mounted filesystem as many of filesystem resize tools do support
online filesystem resize. (originally user had to use flag '-n' to bypass
this filesystem check)
2010-11-01 14:17:35 +00:00
..
activate Use new status code from fsadm check 2010-11-01 14:17:35 +00:00
cache Fix constness warnings 2010-10-25 13:33:42 +00:00
commands Add global/metadata_read_only to use unrepaired metadata in read-only cmds. 2010-10-25 11:20:54 +00:00
config Add global/metadata_read_only to use unrepaired metadata in read-only cmds. 2010-10-25 11:20:54 +00:00
datastruct Remove unnecessary / duplicate dm_list macros and functions. 2009-11-25 20:44:07 +00:00
device Fix strict-aliasing compile warning in partition table scanning 2010-10-20 15:07:30 +00:00
display pre-release 2010-10-25 13:54:29 +00:00
error Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
filters Add dm_zalloc and use it and dm_pool_zalloc throughout. 2010-09-30 21:06:50 +00:00
format1 Rename 'flags' to 'status' for struct metadata_area. 2010-10-05 17:34:05 +00:00
format_pool Rename 'flags' to 'status' for struct metadata_area. 2010-10-05 17:34:05 +00:00
format_text Fix NULL pointer dereference for too large MDA error path 2010-10-26 09:13:13 +00:00
freeseg Fix reporting of LV fields alongside unallocated PV segments. 2008-06-25 16:52:27 +00:00
label Add dm_zalloc and use it and dm_pool_zalloc throughout. 2010-09-30 21:06:50 +00:00
locking Add global/metadata_read_only to use unrepaired metadata in read-only cmds. 2010-10-25 11:20:54 +00:00
log Remove bufused for calculation 2010-10-26 08:53:25 +00:00
metadata pre-release 2010-10-25 13:54:29 +00:00
mirror Allow internal suspend and resume of origin without its snapshots. 2010-08-17 16:25:32 +00:00
misc Use new status code from fsadm check 2010-11-01 14:17:35 +00:00
mm Switch to char* arithmetic from void* 2010-10-25 13:00:35 +00:00
replicator Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
report Add 'is_integer' flag into internal lvm_property_type. 2010-10-25 14:08:32 +00:00
snapshot Convey need for snapshot-merge target in lvconvert error message and man 2010-10-13 21:26:37 +00:00
striped Use const config node 2010-10-25 13:38:11 +00:00
unknown Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
uuid Add id_format_and_copy() common function and call from _uuid_disp. 2010-09-30 14:07:33 +00:00
zero Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
Makefile.in Refactor metadata.[ch] into lv.[ch] for lv functions. 2010-09-30 13:05:45 +00:00