cvs commit: src/sys/geom/vinum geom_vinum_drive.c
src/sys/modules/geom/geom_vinum Makefile
Lukas Ertl
le at FreeBSD.org
Fri Aug 26 14:40:33 GMT 2005
le 2005-08-26 14:40:32 UTC
FreeBSD src repository
Modified files:
sys/geom/vinum geom_vinum_drive.c
sys/modules/geom/geom_vinum Makefile
Log:
Shuffle around the order in which the components are compiled.
This way, the VINUMDRIVE class is loaded before the VINUM class,
but since geom does the tasting for newly arrived classes
last-in-first-out, the VINUM class tastes first.
This removes the need to call gv_parse_config() in the drive
taste path.
Revision Changes Path
1.20 +4 -14 src/sys/geom/vinum/geom_vinum_drive.c
1.2 +1 -1 src/sys/modules/geom/geom_vinum/Makefile
More information about the cvs-src
mailing list