cvs commit: LVM2/lib/metadata lv_manip.c merge.c metadata.c metadata.h pv_map.c snapshot_manip.c
Alasdair Kergon <[email protected]>
| Newsgroups | gmane.linux.lvm.cvs |
|---|---|
| Message-ID | <[email protected]> |
akergon 2002/12/19 17:25:49 CST
Modified files:
lib/metadata lv_manip.c merge.c metadata.c metadata.h
pv_map.c snapshot_manip.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 +18 -21 LVM2/lib/metadata/lv_manip.c
1.8 +1 -1 LVM2/lib/metadata/merge.c
1.46 +43 -19 LVM2/lib/metadata/metadata.c
1.84 +25 -23 LVM2/lib/metadata/metadata.h
1.19 +2 -4 LVM2/lib/metadata/pv_map.c
1.13 +5 -5 LVM2/lib/metadata/snapshot_manip.c