PERFORCE change 111375 for review

Matt Jacob mjacob at FreeBSD.org
Sat Dec 9 21:54:20 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111375

Change 111375 by mjacob at mjexp on 2006/12/10 05:53:25

	Just to get it down... very first baby steps cut at the
	start of a multipath geometry class.

Affected files ...

.. //depot/projects/mjexp/sbin/geom/class/Makefile#4 edit
.. //depot/projects/mjexp/sbin/geom/class/multipath/Makefile#1 add
.. //depot/projects/mjexp/sbin/geom/class/multipath/geom_multipath.c#1 add
.. //depot/projects/mjexp/sys/geom/multipath/g_multipath.c#1 add
.. //depot/projects/mjexp/sys/geom/multipath/g_multipath.h#1 add
.. //depot/projects/mjexp/sys/modules/geom/Makefile#4 edit
.. //depot/projects/mjexp/sys/modules/geom/geom_multipath/Makefile#1 add

Differences ...

==== //depot/projects/mjexp/sbin/geom/class/Makefile#4 (text+ko) ====

@@ -10,6 +10,7 @@
 SUBDIR+=journal
 SUBDIR+=label
 SUBDIR+=mirror
+SUBDIR+=multipath
 SUBDIR+=nop
 SUBDIR+=raid3
 SUBDIR+=shsec

==== //depot/projects/mjexp/sys/modules/geom/Makefile#4 (text+ko) ====

@@ -14,6 +14,7 @@
 	geom_label \
 	geom_mbr \
 	geom_mirror \
+	geom_multipath \
 	geom_nop \
 	geom_pc98 \
 	geom_raid3 \


More information about the p4-projects mailing list