PERFORCE change 82248 for review

soc-cjones soc-cjones at FreeBSD.org
Fri Aug 19 06:12:24 GMT 2005


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

Change 82248 by soc-cjones at soc-cjones_ishtar on 2005/08/19 06:11:22

	Make gv_drive_modify visible so that we can call it from geom_vinum_move.c

Affected files ...

.. //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum.h#5 edit
.. //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum_drive.c#3 edit

Differences ...

==== //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum.h#5 (text+ko) ====

@@ -36,6 +36,7 @@
 void	gv_save_config_all(struct gv_softc *);
 void	gv_save_config(struct g_consumer *, struct gv_drive *,
 	    struct gv_softc *);
+void	gv_drive_modify(struct gv_drive *);
 
 /* geom_vinum_init.c */
 void	gv_parityop(struct g_geom *, struct gctl_req *);

==== //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum_drive.c#3 (text+ko) ====

@@ -49,7 +49,7 @@
 
 static void	gv_drive_dead(void *, int);
 static void	gv_drive_worker(void *);
-void	gv_drive_modify(struct gv_drive *);
+/* XXX void	gv_drive_modify(struct gv_drive *); */
 
 void
 gv_config_new_drive(struct gv_drive *d)


More information about the p4-projects mailing list