Date: Sun, 9 Oct 2005 04:34:29 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/geom/vinum geom_vinum_drive.c src/sys/modules/geom/geom_vinum Makefile Message-ID: <200510090434.j994YThb034325@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
delphij 2005-10-09 04:34:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/geom/vinum geom_vinum_drive.c sys/modules/geom/geom_vinum Makefile Log: MFC (by le) | 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 Approved by: re (scottl) Revision Changes Path 1.18.2.2 +4 -14 src/sys/geom/vinum/geom_vinum_drive.c 1.1.8.1 +1 -1 src/sys/modules/geom/geom_vinum/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510090434.j994YThb034325>