cvs commit: LVM2/lib/datastruct bitset.c bitset.h btree.c hash.c hash.h list.h
Alasdair Kergon <[email protected]>
| Newsgroups | gmane.linux.lvm.cvs |
|---|---|
| Message-ID | <[email protected]> |
akergon 2002/12/19 17:25:42 CST
Modified files:
lib/datastruct bitset.c bitset.h btree.c hash.c hash.h
list.h
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.5 +2 -2 LVM2/lib/datastruct/bitset.c
1.3 +1 -1 LVM2/lib/datastruct/bitset.h
1.6 +1 -1 LVM2/lib/datastruct/btree.c
1.15 +6 -6 LVM2/lib/datastruct/hash.c
1.9 +1 -2 LVM2/lib/datastruct/hash.h
1.11 +3 -5 LVM2/lib/datastruct/list.h