PERFORCE change 82592 for review

soc-cjones soc-cjones at FreeBSD.org
Fri Aug 26 04:30:23 GMT 2005


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

Change 82592 by soc-cjones at soc-cjones_ishtar on 2005/08/26 04:29:29

	Copy plex name.

Affected files ...

.. //depot/projects/soc2005/gvinum/src/sys/geom/vinum/geom_vinum_move.c#14 edit

Differences ...

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

@@ -224,6 +224,7 @@
 	newsd->drive_offset = -1;
 	strncpy(newsd->name, cursd->name, GV_MAXSDNAME);
 	strncpy(newsd->drive, destination, GV_MAXDRIVENAME);
+	strncpy(newsd->plex, cursd->plex, GV_MAXPLEXNAME);
 	newsd->state = GV_SD_STALE;
 	newsd->vinumconf = cursd->vinumconf;
 	printf("gv_move_sd: initialized newsd; name='%s', drive='%s', size=%lld, plex_offset=%lld\n",


More information about the p4-projects mailing list