cvs commit: src/sys/geom/concat g_concat.c
Pawel Jakub Dawidek
pjd at FreeBSD.org
Tue Mar 9 03:18:54 PST 2004
pjd 2004/03/09 03:18:53 PST
FreeBSD src repository
Modified files:
sys/geom/concat g_concat.c
Log:
- Don't take sectorsize from first disk. Calculate it by finding
least common multiple of all disks sector sizes.
This will allow to safely concatenate disks with different sector sizes.
- Mark unused function arguments.
- Other minor cleanups.
Revision Changes Path
1.6 +48 -19 src/sys/geom/concat/g_concat.c
More information about the cvs-src
mailing list