cvs commit: LVM2/lib/format1 disk-rep.c disk-rep.h format1.c import-export.c layout.c lvm1-label.c
Alasdair Kergon <[email protected]>
| Newsgroups | gmane.linux.lvm.cvs |
|---|---|
| Message-ID | <[email protected]> |
akergon 2002/12/19 17:25:46 CST
Modified files:
lib/format1 disk-rep.c disk-rep.h format1.c
import-export.c layout.c lvm1-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.42 +26 -24 LVM2/lib/format1/disk-rep.c
1.34 +5 -5 LVM2/lib/format1/disk-rep.h
1.73 +27 -21 LVM2/lib/format1/format1.c
1.58 +5 -4 LVM2/lib/format1/import-export.c
1.19 +1 -1 LVM2/lib/format1/layout.c
1.2 +1 -1 LVM2/lib/format1/lvm1-label.c