akergon 2002/12/19 17:25:47 CST
Modified files:
lib/format_text archive.c export.c flags.c format-text.c
format-text.h import_vsn1.c text_label.c
Log:
Default stripesize 64k & config file setting for it;
Clear many compiler warnings (i386) & associated bugs - hopefully without
introducing too many new bugs:-) (Same exercise required for other archs.)
Default compilation has optimisation - or else use ./configure --enable-debug
Revision Changes Path
1.11 +14 -14 LVM2/lib/format_text/archive.c
1.27 +7 -6 LVM2/lib/format_text/export.c
1.16 +3 -3 LVM2/lib/format_text/flags.c
1.21 +52 -42 LVM2/lib/format_text/format-text.c
1.12 +4 -4 LVM2/lib/format_text/format-text.h
1.2 +1 -1 LVM2/lib/format_text/import_vsn1.c
1.2 +4 -4 LVM2/lib/format_text/text_label.c
|